aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/jni/giflib/config.h
blob: e68b0d9ee55fab4877624edd074db6d6b7450d9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// giflib config.h

#ifndef GIF_CONFIG_H_DEFINED
#define GIF_CONFIG_H_DEFINED

#include <sys/types.h>
#define HAVE_STDINT_H
#define HAVE_FCNTL_H

typedef uint32_t UINT32;

#endif