summaryrefslogtreecommitdiff
path: root/mol-gkh.patch
blob: e283cc0e0636292545ddf0dd5322f979a8bb476d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naur mol-orig/src/lib/unicode.c mol/src/lib/unicode.c
--- mol-orig/src/lib/unicode.c	2003-09-04 13:09:42.000000000 +0200
+++ mol/src/lib/unicode.c	2004-01-05 09:25:35.000000000 +0100
@@ -21,7 +21,7 @@
 #include "mol_config.h"
 #include <endian.h>
 #include <byteswap.h>
-#include <linux/string.h>
+#include <string.h>
 #ifndef __USE_GNU
 #define __USE_GNU
 #endif