summaryrefslogtreecommitdiff
path: root/frontends/gtk/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gtk/misc.c')
-rw-r--r--frontends/gtk/misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/gtk/misc.c b/frontends/gtk/misc.c
index bda0dd688..8ab1d914c 100644
--- a/frontends/gtk/misc.c
+++ b/frontends/gtk/misc.c
@@ -21,9 +21,11 @@
* Implementation of netsurf miscellaneous operations table
*/
+#include <string.h>
#include <stdbool.h>
#include <gtk/gtk.h>
+#include "utils/config.h"
#include "utils/errors.h"
#include "utils/log.h"
#include "utils/messages.h"