summaryrefslogtreecommitdiff
path: root/packaging/xmlto-overflow.patch
blob: 3bed4e906d1ef001aba76786b13457402c8f6394 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: xmlif/xmlif.c
===================================================================
--- xmlif/xmlif.c.orig
+++ 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