summaryrefslogtreecommitdiff
path: root/content/handlers/html/forms.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/html/forms.c')
-rw-r--r--content/handlers/html/forms.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/handlers/html/forms.c b/content/handlers/html/forms.c
index 08adf8d39..4669154e9 100644
--- a/content/handlers/html/forms.c
+++ b/content/handlers/html/forms.c
@@ -21,6 +21,8 @@
* HTML form handling implementation
*/
+#include <string.h>
+
#include "utils/config.h"
#include "utils/corestrings.h"
#include "utils/log.h"