Merge libradsec-new-client.
[libradsec.git] / lib / event.c
index bfb34bc..4f83394 100644 (file)
@@ -6,6 +6,9 @@
 #endif
 
 #include <assert.h>
+#include <string.h>
+#include <errno.h>
+
 #include <event2/event.h>
 #include <event2/bufferevent.h>
 #if defined (RS_ENABLE_TLS)