Include sys/types.h instead of a custom typedef
This commit is contained in:
parent
a7acd97ad1
commit
d89241e795
@ -1,4 +1,4 @@
|
|||||||
typedef unsigned char u_char; /* libevents needs u_char */
|
#include <sys/types.h>
|
||||||
#include <event.h>
|
#include <event.h>
|
||||||
#include <hiredis.h>
|
#include <hiredis.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user