blob: 138177098dfe44e3c7295ccf6273cbcb28d63ed6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** unicase.h.orig 2009-04-05 19:30:26.000000000 +0200
--- unicase.h 2009-04-10 16:21:23.000000000 +0200
***************
*** 20,26 ****
#include "unitypes.h"
/* Get bool. */
! #include <stdbool.h>
/* Get size_t. */
#include <stddef.h>
--- 20,26 ----
#include "unitypes.h"
/* Get bool. */
! #include <unistring/stdbool.h>
/* Get size_t. */
#include <stddef.h>
|