diff options
author | ngie <ngie@FreeBSD.org> | 2015-12-09 05:35:46 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-12-09 05:35:46 +0000 |
commit | dcd31244e8ecc492a511e48ed4c631615e092491 (patch) | |
tree | 9651a748c83288640926c2d597a2e1b13816acc4 /lib/libc/stdio/open_memstream.c | |
parent | 51e48e07fddf9730600dec32c469c760f731bed5 (diff) | |
parent | 81405113199dc2ec33e9cd60464efa5f2423a65c (diff) | |
download | FreeBSD-src-dcd31244e8ecc492a511e48ed4c631615e092491.zip FreeBSD-src-dcd31244e8ecc492a511e48ed4c631615e092491.tar.gz |
MFhead @ r292005
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..f3d1ee5 100644 --- a/lib/libc/stdio/open_memstream.c +++ b/lib/libc/stdio/open_memstream.c @@ -31,6 +31,9 @@ __FBSDID("$FreeBSD$"); #include "namespace.h" #include <assert.h> #include <errno.h> +#ifdef DEBUG +#include <inttypes.h> +#endif #include <limits.h> #include <stdio.h> #include <stdlib.h> |