From 43e91251ad7844961f75c8af0ce7605c6e33f09b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 19 Oct 2016 23:07:43 +0100 Subject: windows frontend netsurf options --- utils/nsoption.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/nsoption.c') diff --git a/utils/nsoption.c b/utils/nsoption.c index f92debb30..9ac4778f1 100644 --- a/utils/nsoption.c +++ b/utils/nsoption.c @@ -77,6 +77,8 @@ static struct nsoption_s defaults[] = { #include "atari/options.h" #elif defined(nsmonkey) #include "monkey/options.h" +#elif defined(nswin32) +#include "windows/options.h" #endif { NULL, 0, OPTION_INTEGER, { 0 } } }; -- cgit v1.2.3