summaryrefslogtreecommitdiff
path: root/gnulib-local/lib/unistr.h.diff
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib-local/lib/unistr.h.diff')
-rw-r--r--gnulib-local/lib/unistr.h.diff24
1 files changed, 24 insertions, 0 deletions
diff --git a/gnulib-local/lib/unistr.h.diff b/gnulib-local/lib/unistr.h.diff
new file mode 100644
index 0000000..4572049
--- /dev/null
+++ b/gnulib-local/lib/unistr.h.diff
@@ -0,0 +1,24 @@
+*** unistr.h.orig 2009-04-05 12:22:17.000000000 +0200
+--- unistr.h 2009-04-10 18:57:37.000000000 +0200
+***************
+*** 19,26 ****
+
+ #include "unitypes.h"
+
+ /* Get bool. */
+! #include <stdbool.h>
+
+ /* Get size_t. */
+ #include <stddef.h>
+--- 19,29 ----
+
+ #include "unitypes.h"
+
++ /* Get inline if available. */
++ #include <unistring/inline.h>
++
+ /* Get bool. */
+! #include <unistring/stdbool.h>
+
+ /* Get size_t. */
+ #include <stddef.h>