ad3681e92c
fix bnc#821877 OBS-URL: https://build.opensuse.org/request/show/180792 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/librcc?expand=0&rev=7
17 lines
352 B
Diff
17 lines
352 B
Diff
Index: librcc-0.2.10/engines/libguess.c
|
|
===================================================================
|
|
--- librcc-0.2.10.orig/engines/libguess.c
|
|
+++ librcc-0.2.10/engines/libguess.c
|
|
@@ -21,6 +21,11 @@
|
|
#include <string.h>
|
|
|
|
#include <librcc.h>
|
|
+
|
|
+#ifndef LIBGUESS_CORE
|
|
+#define LIBGUESS_CORE
|
|
+#endif
|
|
+
|
|
#include <libguess.h>
|
|
|
|
#define UTF8_ID 0
|