summaryrefslogtreecommitdiff
path: root/frontends/atari
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-01-19 22:19:46 +0000
committerVincent Sanders <vince@kyllikki.org>2017-01-19 22:19:46 +0000
commit11f11e0a7f8f7dd03d5b1fc22a8e54af305fbe6f (patch)
tree36f50beac05a382c7a354e84aec911d967689e0f /frontends/atari
parent10248264ff43a917dd18796daa61ee5a5f1229d5 (diff)
downloadnetsurf-11f11e0a7f8f7dd03d5b1fc22a8e54af305fbe6f.tar.gz
netsurf-11f11e0a7f8f7dd03d5b1fc22a8e54af305fbe6f.tar.bz2
add missing utils header for NOF_ELEMENTS macro
Diffstat (limited to 'frontends/atari')
-rw-r--r--frontends/atari/settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/atari/settings.c b/frontends/atari/settings.c
index 5759a894a..e186a8167 100644
--- a/frontends/atari/settings.c
+++ b/frontends/atari/settings.c
@@ -32,6 +32,7 @@
#include "utils/dirent.h"
#include "utils/nsoption.h"
#include "utils/log.h"
+#include "utils/utils.h"
#include "netsurf/plot_style.h"
#include "atari/gui.h"