浏览代码

Add missing string.h include (fixes implicit declaration of strcmp).

git-svn-id: file:///var/svn/tigccpp/trunk/tigcc/ld-tigcc@197 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 19 年之前
父节点
当前提交
7c1296d161
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      gcunused.c

+ 2 - 0
gcunused.c

@@ -19,6 +19,8 @@
 
 #include "gcunused.h"
 
+#include <string.h>
+
 #include "manip.h"
 #include "special.h"