diff options
Diffstat (limited to 'src/html-error.c')
-rw-r--r-- | src/html-error.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html-error.c b/src/html-error.c index 7c71f74..78c3ef0 100644 --- a/src/html-error.c +++ b/src/html-error.c @@ -20,6 +20,7 @@ * HTML error pages with variable substitution. */ +#include <regex.h> #include "main.h" #include "common.h" |