summaryrefslogtreecommitdiff
path: root/gnulib-local/lib/unistr.h.diff
blob: e68b0c8f47e97b9354be4739ef6d5fe9777ae801 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
*** unistr.h.orig	2009-05-03 23:06:37.000000000 +0200
--- unistr.h	2009-12-09 21:25:58.000000000 +0100
***************
*** 19,26 ****
  
  #include "unitypes.h"
  
  /* Get bool.  */
! #include <stdbool.h>
  
  /* Get size_t.  */
  #include <stddef.h>
--- 19,32 ----
  
  #include "unitypes.h"
  
+ /* Get common macros for C.  */
+ #include <unistring/cdefs.h>
+ 
+ /* Get inline if available.  */
+ #include <unistring/inline.h>
+ 
  /* Get bool.  */
! #include <unistring/stdbool.h>
  
  /* Get size_t.  */
  #include <stddef.h>