diff options
Diffstat (limited to '')
-rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 796e20a..d158ca0 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -25,7 +25,7 @@ * the ends of an array. :) */ -#include "tinyproxy.h" +#include "main.h" #include "buffer.h" #include "heap.h" |