summaryrefslogtreecommitdiff
path: root/gnulib-local/lib/unistr.h.diff
diff options
context:
space:
mode:
authorAndreas Rottmann <a.rottmann@gmx.at>2009-09-14 12:32:44 +0200
committerAndreas Rottmann <a.rottmann@gmx.at>2009-09-14 12:32:44 +0200
commitfa095a4504cbe668e4244547e2c141597bea4ecf (patch)
tree06135820a286ffec47804e75fbf8a147e92acd2e /gnulib-local/lib/unistr.h.diff
Imported Upstream version 0.9.1upstream/0.9.1
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>