libconfig.h moved to include/ in OpenWRT, so no fix is required anymore.
[umurmur.git] / src / types.h
1 #ifndef TYPES_H_90878954
2 #define TYPES_H_90878954
3
4 typedef enum {
5         false,
6         true
7 } bool_t;
8
9 #endif
10