5a77a4ea75
update to 0.0.25 OBS-URL: https://build.opensuse.org/request/show/124705 OBS-URL: https://build.opensuse.org/package/show/Publishing/xmlto?expand=0&rev=18
17 lines
389 B
Diff
17 lines
389 B
Diff
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
|