diff options
Diffstat (limited to '')
-rw-r--r-- | src/html-error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html-error.c b/src/html-error.c index 8c95469..09116a6 100644 --- a/src/html-error.c +++ b/src/html-error.c @@ -20,7 +20,7 @@ * HTML error pages with variable substitution. */ -#include "tinyproxy.h" +#include "main.h" #include "common.h" #include "buffer.h" |