2
0
Эх сурвалжийг харах

Fixed Travis-CI (namely implicitly declaring `str*()` functions.)

Ingwie Phoenix 6 жил өмнө
parent
commit
707abc8ef7

+ 1 - 0
src/optionals/gravity_env.c

@@ -6,6 +6,7 @@
  */
 
 #include <stdlib.h>
+#include <string.h>
 
 #include "gravity_vm.h"
 #include "gravity_core.h"