]> granicus.if.org Git - yasm/commitdiff
* re2c/main.c: Include string.h so strlen and memcpy are prototyped.
authorPeter Johnson <peter@tortall.net>
Sat, 4 Feb 2006 06:17:26 +0000 (06:17 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 4 Feb 2006 06:17:26 +0000 (06:17 -0000)
svn path=/trunk/yasm/; revision=1360

tools/re2c/main.c

index 034d79af765aeecdb83907da38de13420eb5e58a..f0baaf6146fe9dcb1e88be6bf2ec28c4faaf8b8d 100644 (file)
@@ -1,5 +1,6 @@
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "globals.h"
 #include "parse.h"