blob: 3e5909347aa7929d221131317e6f7e16aaa487c7 (
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
28
|
*** unistr.h.orig 2009-12-24 23:21:27.000000000 +0100
--- unistr.h 2009-12-25 02:04:40.000000000 +0100
***************
*** 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>
--- 20,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>
|