diff options
Diffstat (limited to 'src/hashmap.c')
-rw-r--r-- | src/hashmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hashmap.c b/src/hashmap.c index f8b181d..2c8327c 100644 --- a/src/hashmap.c +++ b/src/hashmap.c @@ -25,7 +25,7 @@ * don't try to free the data, or realloc the memory. :) */ -#include "tinyproxy.h" +#include "main.h" #include "hashmap.h" #include "heap.h" |