v811_spc009/external/giflib/config.h

14 lines
176 B

// giflib config.h
#ifndef GIF_CONFIG_H_DEFINED
#define GIF_CONFIG_H_DEFINED
#include <sys/types.h>
#include <stdint.h>
#include <fcntl.h>
typedef uint32_t UINT32;
#endif