Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
d89241e7
Commit
d89241e7
authored
Oct 11, 2010
by
Pieter Noordhuis
Browse files
Include sys/types.h instead of a custom typedef
parent
a7acd97a
Changes
1
Show whitespace changes
Inline
Side-by-side
extra/hiredis/libevent.h
View file @
d89241e7
typedef
unsigned
char
u_char
;
/* libevents needs u_char */
#include <sys/types.h>
#include <event.h>
#include <hiredis.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment