17 lines
439 B
Diff
17 lines
439 B
Diff
--- xmlto-0.0.18/xmlif/xmlif.c.~1~ 2004-01-21 12:07:55.000000000 +0100
|
|
+++ xmlto-0.0.18/xmlif/xmlif.c 2005-07-06 11:41:15.000000000 +0200
|
|
@@ -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
|
|
|
|
Diff finished. Wed Jul 6 11:41:33 2005
|