1 #ifndef _TILEMINT_H
2 #define _TILEMINT_H
3 
4 #ifdef HAVE_STDINTS1_H
5 # include <stdints1.h>
6 #elif defined(HAVE_STDINTS2_H)
7 # include <stdints2.h>
8 #else
9 # include <stdint.h>
10 #endif
11 
12 #endif
13