a4a7bb9084
Fix build in Factory - Apply GSF patch only conditionally, to not break others OBS-URL: https://build.opensuse.org/request/show/163915 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wv?expand=0&rev=12
13 lines
302 B
Diff
13 lines
302 B
Diff
Index: wv-1.2.2/wvWare.c
|
|
===================================================================
|
|
--- wv-1.2.2.orig/wvWare.c
|
|
+++ wv-1.2.2/wvWare.c
|
|
@@ -25,6 +25,7 @@
|
|
#include <stdio.h>
|
|
#include <errno.h>
|
|
#include <string.h>
|
|
+#include <strings.h>
|
|
#include <unistd.h>
|
|
#include "wv.h"
|
|
#include "getopt.h"
|