Added missing include.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Mon, 24 Sep 2007 14:19:13 +0000 (14:19 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Mon, 24 Sep 2007 14:19:13 +0000 (14:19 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@285 052ea7fc-9027-0410-9066-f65837a77df0

common/common.cpp

index 94b55c1..af7743d 100644 (file)
@@ -22,6 +22,7 @@
 #include "pcheck.h"
 #include "common.h"
 #include "stdlib.h"
+#include <string.h>
 #include <assert.h>
 
 HostType hostTypesC[] =