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.diff25
1 files changed, 13 insertions, 12 deletions
diff --git a/gnulib-local/lib/unistr.h.diff b/gnulib-local/lib/unistr.h.diff
index e68b0c8..3e59093 100644
--- a/gnulib-local/lib/unistr.h.diff
+++ b/gnulib-local/lib/unistr.h.diff
@@ -1,25 +1,26 @@
-*** unistr.h.orig 2009-05-03 23:06:37.000000000 +0200
---- unistr.h 2009-12-09 21:25:58.000000000 +0100
+*** unistr.h.orig 2009-12-24 23:21:27.000000000 +0100
+--- unistr.h 2009-12-25 02:04:40.000000000 +0100
***************
-*** 19,26 ****
-
+*** 20,29 ****
#include "unitypes.h"
+ /* Get common macros for C. */
+! #include "unused-parameter.h"
+
/* Get bool. */
! #include <stdbool.h>
/* Get size_t. */
#include <stddef.h>
---- 19,32 ----
-
+--- 20,32 ----
#include "unitypes.h"
-+ /* Get common macros for C. */
-+ #include <unistring/cdefs.h>
-+
-+ /* Get inline if available. */
-+ #include <unistring/inline.h>
-+
+ /* Get common macros for C. */
+! #include <unistring/cdefs.h>
+!
+! /* Get inline if available. */
+! #include <unistring/inline.h>
+
/* Get bool. */
! #include <unistring/stdbool.h>