diff options
Diffstat (limited to 'pwd/pwd.h')
-rw-r--r-- | pwd/pwd.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,13 +21,13 @@ */ #ifndef _PWD_H - #define _PWD_H 1 + #include <features.h> __BEGIN_DECLS -#include <gnu/types.h> +#include <bits/types.h> #define __need_size_t #include <stddef.h> |