diff options
Diffstat (limited to 'lib/conn.c')
-rw-r--r-- | lib/conn.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ #endif #include <string.h> +#include <stdlib.h> +#include <errno.h> #include <assert.h> #include <event2/event.h> #include <event2/bufferevent.h> |