summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-15 17:52:27 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-15 17:52:27 -0800
commite20eb9912f0f1f4b2fd9a223535a15c8d907d33e (patch)
treec36e83eb5e014baacac9d62d1c2bbe41b81c20f0
parent9f19f5f01bc2e4a1b324317d2ef0aac2cdac35cb (diff)
downloadxmlto-e20eb9912f0f1f4b2fd9a223535a15c8d907d33e.tar.gz
xmlto-e20eb9912f0f1f4b2fd9a223535a15c8d907d33e.tar.bz2
xmlto-e20eb9912f0f1f4b2fd9a223535a15c8d907d33e.zip
xmlto-overflow
===================================================================
-rw-r--r--xmlif/xmlif.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmlif/xmlif.c b/xmlif/xmlif.c
index b478951..b351f73 100644
--- a/xmlif/xmlif.c
+++ b/xmlif/xmlif.c
@@ -8,9 +8,10 @@
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
+#include <string.h>
#include <stdio.h>
#include <unistd.h>
-
+#include <sys/socket.h>
/* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
#ifdef c_plusplus