diff options
author | Renato Botelho <renato@netgate.com> | 2015-12-14 11:12:41 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-12-14 11:12:41 -0200 |
commit | 6edad5be89050ac3cfa5512ddceca99affe9ad8a (patch) | |
tree | 2c88bc0aac442001b8a020f1b41cfce5c79b4959 /lib/libc/stdio/open_memstream.c | |
parent | 1b7c02947f339bceaede5ea0a8aa91cb00b44eb3 (diff) | |
parent | 98e6718d915fa5a645555a7bf1f41f75c5b53107 (diff) | |
download | FreeBSD-src-6edad5be89050ac3cfa5512ddceca99affe9ad8a.zip FreeBSD-src-6edad5be89050ac3cfa5512ddceca99affe9ad8a.tar.gz |
Merge remote-tracking branch 'origin/stable/10' into devel
Diffstat (limited to 'lib/libc/stdio/open_memstream.c')
-rw-r--r-- | lib/libc/stdio/open_memstream.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/stdio/open_memstream.c b/lib/libc/stdio/open_memstream.c index baa71e4..a7e0bae 100644 --- a/lib/libc/stdio/open_memstream.c +++ b/lib/libc/stdio/open_memstream.c @@ -32,6 +32,9 @@ __FBSDID("$FreeBSD$"); #include <assert.h> #include <errno.h> #include <limits.h> +#ifdef DEBUG +#include <stdint.h> +#endif #include <stdio.h> #include <stdlib.h> #include <string.h> |