| The Android Open Source Project | c2eacae | 2009-03-03 19:29:32 -0800 | [diff] [blame] | 1 | |
| 2 | // giflib config.h | ||||
| 3 | |||||
| 4 | #ifndef GIF_CONFIG_H_DEFINED | ||||
| 5 | #define GIF_CONFIG_H_DEFINED | ||||
| 6 | |||||
| 7 | #include <sys/types.h> | ||||
| 8 | #include <stdint.h> | ||||
| 9 | #include <fcntl.h> | ||||
| 10 | |||||
| 11 | typedef uint32_t UINT32; | ||||
| 12 | |||||
| 13 | #endif | ||||