summaryrefslogtreecommitdiff
path: root/src/stdio/fclose.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/fclose.c')
-rw-r--r--src/stdio/fclose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/fclose.c b/src/stdio/fclose.c
index f07cf55e..cd5b4417 100644
--- a/src/stdio/fclose.c
+++ b/src/stdio/fclose.c
@@ -1,6 +1,6 @@
#include <stdio.h>
#include "stdlib.h"
-#include "nonstd/io.h"
+#include "_stdio.h"
#if defined _POSIX_SOURCE || defined _POSIX_C_SOURCE || defined _XOPEN_SOURCE
#include "sys/types.h"