Skip to content

Commit 3db0026

Browse files
authored
Merge pull request #40 from cphos/master
#include <string.h> to avoid implicit declaration of memcpy
2 parents fe74f24 + ec5ae04 commit 3db0026

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

linmath.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define LINMATH_H
33

44
#include <math.h>
5+
#include <string.h>
56

67
#ifdef LINMATH_NO_INLINE
78
#define LINMATH_H_FUNC static

0 commit comments

Comments
 (0)