blob: 0ae1eb0071edbd4e345584855fecfb8f18f023c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
*** uninorm.in.h.orig 2021-08-07 14:40:34.920237057 +0200
--- uninorm.in.h 2021-08-08 02:17:17.145608518 +0200
***************
*** 18,23 ****
--- 18,26 ----
#ifndef _UNINORM_H
#define _UNINORM_H
+ /* Get common macros for C. */
+ #include <unistring/cdefs.h>
+
/* Get size_t. */
#include <stddef.h>
|