diff options
author | ngie <ngie@FreeBSD.org> | 2015-12-10 07:38:56 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-12-10 07:38:56 +0000 |
commit | c85e616e29482200cd0a47fa6c85165a98a4caaf (patch) | |
tree | 968c93f62ac9ce060c59926d75ff4e4946b771c6 /lib/libc/stdio/open_memstream.c | |
parent | dcd31244e8ecc492a511e48ed4c631615e092491 (diff) | |
download | FreeBSD-src-c85e616e29482200cd0a47fa6c85165a98a4caaf.zip FreeBSD-src-c85e616e29482200cd0a47fa6c85165a98a4caaf.tar.gz |
MFhead @ r292053
Diffstat (limited to 'lib/libc/stdio/open_memstream.c')
-rw-r--r-- | lib/libc/stdio/open_memstream.c | 4 |
1 files changed, 2 insertions, 2 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> |