blob: c891942fa5248dfe36ebb354017265a45392f3d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/form.c b/form.c
index 24c601d..c6c15f5 100644
--- a/form.c
+++ b/form.c
@@ -5,6 +5,7 @@
#include <slang.h>
#include <stdarg.h>
#include <stdlib.h>
+#include <string.h>
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
|