summaryrefslogtreecommitdiff
path: root/lib/gcc/x86_64-linux-android/4.7/include/stdint.h
blob: e45f8198b97e147c326311964c531dd04bd3e4f4 (plain)
1
2
3
4
5
6
7
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