]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
Avoid a compiler warning.
authorChristopher Faylor <me@cgf.cx>
Sun, 27 May 2001 07:06:22 +0000 (07:06 +0000)
committerChristopher Faylor <me@cgf.cx>
Sun, 27 May 2001 07:06:22 +0000 (07:06 +0000)
iniparse.y

index 50c5685d57a07045d95adee7f99cfe1da9d0ff29..1c9edc852b8107e4526cdf7e222ccb8ca719e5aa 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "ini.h"
 #include "iniparse.h"
This page took 0.033781 seconds and 5 git commands to generate.