blob: 5eaf32806a826532769b084b45772fdf7881da4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- hfsplus-1.0.4/libhfsp/src/unicode.c.bak 2007-01-08 17:14:44.000000000 -0500
+++ hfsplus-1.0.4/libhfsp/src/unicode.c 2007-01-08 17:14:52.000000000 -0500
@@ -16,7 +16,7 @@
#include <stdlib.h>
#include <endian.h>
#include <byteswap.h>
-#include <linux/string.h>
+#include <string.h>
#define __USE_GNU
/* need wcsrtomb */
|