diff options
-rw-r--r-- | lib/libc/stdio/open_memstream.c | 4 | ||||
-rw-r--r-- | lib/libc/stdio/open_wmemstream.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdio/open_memstream.c b/lib/libc/stdio/open_memstream.c index f3d1ee5..a7e0bae 100644 --- a/lib/libc/stdio/open_memstream.c +++ b/lib/libc/stdio/open_memstream.c @@ -31,10 +31,10 @@ __FBSDID("$FreeBSD$"); #include "namespace.h" #include <assert.h> #include <errno.h> +#include <limits.h> #ifdef DEBUG -#include <inttypes.h> +#include <stdint.h> #endif -#include <limits.h> #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/lib/libc/stdio/open_wmemstream.c b/lib/libc/stdio/open_wmemstream.c index 4585531..3e8713f 100644 --- a/lib/libc/stdio/open_wmemstream.c +++ b/lib/libc/stdio/open_wmemstream.c @@ -31,10 +31,10 @@ __FBSDID("$FreeBSD$"); #include "namespace.h" #include <assert.h> #include <errno.h> +#include <limits.h> #ifdef DEBUG -#include <inttypes.h> +#include <stdint.h> #endif -#include <limits.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |