diff options
| author | musicfarm <stonefox317@gmail.com> | 2020-04-20 11:46:16 -0400 |
|---|---|---|
| committer | musicfarm <stonefox317@gmail.com> | 2020-04-20 11:46:16 -0400 |
| commit | ec5ae04530aab6bc35c4b956ce4bc2f0aaa9d113 (patch) | |
| tree | 414d6dc3ea23d10c579b167efcf191640c4af7f9 | |
| parent | 382ba71905c2c09f10684d19cb5a3fcadf1aba39 (diff) | |
| download | linmath.h-ec5ae04530aab6bc35c4b956ce4bc2f0aaa9d113.tar.gz linmath.h-ec5ae04530aab6bc35c4b956ce4bc2f0aaa9d113.tar.bz2 | |
#include <string.h> to avoid implicit declaration of memcpy
| -rw-r--r-- | linmath.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #define LINMATH_H #include <math.h> +#include <string.h> #ifdef LINMATH_NO_INLINE #define LINMATH_H_FUNC static |
