xref: /dflybsd-src/contrib/gcc-4.7/gcc/ginclude/stdint-wrap.h (revision f603807b2c8b9b8ca8a7a99e36eeb70cd39b460d)
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