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
|