Browse Source

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 years ago
parent
commit
7c1296d161
1 changed files with 2 additions and 0 deletions
  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"