aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordatenwolf <code+github@datenwolf.net>2021-01-06 11:28:27 +0100
committerGitHub <noreply@github.com>2021-01-06 11:28:27 +0100
commit3db0026ffe2c3b57abb71e2793c61ec363091359 (patch)
tree93a345c11d2150a3144d17d39598a76f38a16c06
parentfe74f24bf7ff277679d076505c3ecd139fdf6211 (diff)
parentec5ae04530aab6bc35c4b956ce4bc2f0aaa9d113 (diff)
downloadlinmath.h-3db0026ffe2c3b57abb71e2793c61ec363091359.tar.gz
linmath.h-3db0026ffe2c3b57abb71e2793c61ec363091359.tar.bz2
Merge pull request #40 from cphos/master
#include <string.h> to avoid implicit declaration of memcpy
-rw-r--r--linmath.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linmath.h b/linmath.h
index c652c86..a7ecf8f 100644
--- a/linmath.h
+++ b/linmath.h
@@ -2,6 +2,7 @@
#define LINMATH_H
#include <math.h>
+#include <string.h>
#ifdef LINMATH_NO_INLINE
#define LINMATH_H_FUNC static