xref: /netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/stdint-wrap.h (revision 19ef5b5b0bcb90f63509df6e78769de1b57c2758)
1 #ifndef _GCC_WRAP_STDINT_H
2 #if __STDC_HOSTED__
3 # include_next <stdint.h>
4 #else
5 # include "stdint-gcc.h"
6 #endif
7 #define _GCC_WRAP_STDINT_H
8 #endif
9