00-deeper-header-include.patch (368B)
1 diff --git a/evio.c b/evio.c 2 index 7b3ecc0..262be61 100644 3 --- a/evio.c 4 +++ b/evio.c 5 @@ -20,9 +20,10 @@ 6 #include <time.h> 7 #include <arpa/inet.h> 8 #include <pthread.h> 9 + 10 #include "evio.h" 11 -#include "buf.h" 12 -#include "hashmap.h" 13 +#include "tidwall/buf.h" 14 +#include "tidwall/hashmap.h" 15 16 static void *(*_malloc)(size_t) = NULL; 17 static void (*_free)(void *) = NULL;