1 
2 #ifndef _STDINT_H_
3 #define _STDINT_H_
4 
5 #include <sys/types.h>
6 
7 #endif /* _STDINT_H_ */
8 
9