diff options
Diffstat (limited to 'string/string.h')
-rw-r--r-- | string/string.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/string/string.h b/string/string.h index a0f2860..234ee91 100644 --- a/string/string.h +++ b/string/string.h @@ -27,10 +27,8 @@ __BEGIN_DECLS -/* Get size_t and NULL from <stddef.h>. */ -#define __need_size_t -#define __need_NULL -#include <stddef.h> +#include <bits/types/size_t.h> +#include <bits/NULL.h> /* Tell the caller that we provide correct C++ prototypes. */ #if defined __cplusplus && (__GNUC_PREREQ (4, 4) \ |