Add #include <string.h> since js.h doesn't (but should.)
This commit is contained in:
parent
00e9bda207
commit
d4194eea12
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <string.h> // plib/js.h should really include this !!!!!!
|
||||
#include <plib/js.h>
|
||||
|
||||
#define Z 8
|
||||
|
|
Loading…
Add table
Reference in a new issue