diff options
author | Eric Anholt <eric@anholt.net> | 2009-07-31 09:43:21 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-07-31 10:09:15 -0700 |
commit | d815ea424a5c49ac2f4a4c789e1186410dbc46e2 (patch) | |
tree | 22892e4e639fda9e9d6b274990b84907c9ab61c2 | |
parent | 2d8b927979d360b51d8c22ebcb3b89e4edf1d7d8 (diff) |
Add missing string.h include for memcpy.
-rw-r--r-- | include/glu3_scalar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/glu3_scalar.h b/include/glu3_scalar.h index 74359b8..068a871 100644 --- a/include/glu3_scalar.h +++ b/include/glu3_scalar.h @@ -1,4 +1,5 @@ #include <math.h> +#include <string.h> extern inline void gluMult4v_4v(GLUvec4 *result, const GLUvec4 *v1, const GLUvec4 *v2) |