summaryrefslogtreecommitdiff
path: root/libio/libioP.h
diff options
context:
space:
mode:
Diffstat (limited to 'libio/libioP.h')
-rw-r--r--libio/libioP.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libio/libioP.h b/libio/libioP.h
index 068ceb2615..ac66f95f8d 100644
--- a/libio/libioP.h
+++ b/libio/libioP.h
@@ -32,6 +32,9 @@
FIXME: All of the C++ cruft eventually needs to go away. */
+#ifndef _LIBIOP_H
+#define _LIBIOP_H 1
+
#include <stddef.h>
#include <errno.h>
@@ -39,6 +42,8 @@
#include <math_ldbl_opt.h>
+#include <stdio.h>
+#include <bits/libio.h>
#include "iolibio.h"
#ifdef __cplusplus
@@ -876,3 +881,5 @@ IO_validate_vtable (const struct _IO_jump_t *vtable)
_IO_vtable_check ();
return vtable;
}
+
+#endif /* libioP.h. */