summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fgetc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/fgetc.c')
-rw-r--r--lib/libc/stdio/fgetc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdio/fgetc.c b/lib/libc/stdio/fgetc.c
index 4e52705..a367af3 100644
--- a/lib/libc/stdio/fgetc.c
+++ b/lib/libc/stdio/fgetc.c
@@ -42,7 +42,9 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* LIBC_SCCS and not lint */
+#include "namespace.h"
#include <stdio.h>
+#include "un-namespace.h"
#include "libc_private.h"
int
OpenPOWER on IntegriCloud