瀏覽代碼

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

Ingwie Phoenix 6 年之前
父節點
當前提交
707abc8ef7
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/optionals/gravity_env.c

+ 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"