summaryrefslogtreecommitdiff
path: root/gnulib-local/lib/unistr.h.diff
blob: 3989a24ed0e7be49dd2a4156bac88ad2adb25c4c (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
*** 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>