summaryrefslogtreecommitdiff
path: root/nostdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'nostdio.h')
-rw-r--r--nostdio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nostdio.h b/nostdio.h
index 3e1e665ef0..256a638c9a 100644
--- a/nostdio.h
+++ b/nostdio.h
@@ -3,9 +3,10 @@
A more ambitious set of possible symbols can be found in
sfio.h (inside an _cplusplus gard).
*/
-#if !defined(_STDIO_H) && !defined(FILE) && !defined(_STDIO_INCLUDED)
+#if !defined(_STDIO_H) && !defined(FILE) && !defined(_STDIO_INCLUDED) && !defined(__STDIO_LOADED)
#define _STDIO_H
#define _STDIO_INCLUDED
+#define __STDIO_LOADED
struct _FILE;
#define FILE struct _FILE
#endif