summaryrefslogtreecommitdiff
path: root/gcc/ginclude/stdint-wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ginclude/stdint-wrap.h')
-rw-r--r--gcc/ginclude/stdint-wrap.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ginclude/stdint-wrap.h b/gcc/ginclude/stdint-wrap.h
new file mode 100644
index 000000000..e45f8198b
--- /dev/null
+++ b/gcc/ginclude/stdint-wrap.h
@@ -0,0 +1,8 @@
+#ifndef _GCC_WRAP_STDINT_H
+#if __STDC_HOSTED__
+# include_next <stdint.h>
+#else
+# include "stdint-gcc.h"
+#endif
+#define _GCC_WRAP_STDINT_H
+#endif