diff options
author | R. Tyler Croy <tyler@monkeypox.org> | 2011-05-20 17:08:36 -0700 |
---|---|---|
committer | R. Tyler Croy <tyler@monkeypox.org> | 2011-06-27 12:17:37 -0700 |
commit | 0f2e899c41d0d95b2ebf708813cf5b3abfc8c353 (patch) | |
tree | 3ae715d4144d46d8912980129c61897083c91e22 | |
parent | 3cc6a7f29977b30feaa2ffd1b54e9a40d6b5c80b (diff) |
Add implied include of stdlib.h
-rw-r--r-- | adapters/libev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/adapters/libev.h b/adapters/libev.h index 7b2b6af..5701af4 100644 --- a/adapters/libev.h +++ b/adapters/libev.h @@ -1,3 +1,4 @@ +#include <stdlib.h> #include <sys/types.h> #include <ev.h> #include "../hiredis.h" |