diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/inttypes.h | 2 | ||||
-rw-r--r-- | include/stdint.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/inttypes.h b/include/inttypes.h index 33219e2..3a583c6 100644 --- a/include/inttypes.h +++ b/include/inttypes.h @@ -1,5 +1,5 @@ #ifndef _INTTYPES_H -#include_next <inttypes.h> +#include <stdlib/inttypes.h> #ifndef _ISOMAC libc_hidden_proto (strtoumax) #endif diff --git a/include/stdint.h b/include/stdint.h new file mode 100644 index 0000000..7f42874 --- /dev/null +++ b/include/stdint.h @@ -0,0 +1 @@ +#include <stdlib/stdint.h> |