Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/11f11e0a7f8f7dd03d5b1...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/11f11e0a7f8f7dd03d5b1fc...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/11f11e0a7f8f7dd03d5b1fc22...
The branch, master has been updated
via 11f11e0a7f8f7dd03d5b1fc22a8e54af305fbe6f (commit)
from 10248264ff43a917dd18796daa61ee5a5f1229d5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=11f11e0a7f8f7dd03d5...
commit 11f11e0a7f8f7dd03d5b1fc22a8e54af305fbe6f
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
add missing utils header for NOF_ELEMENTS macro
diff --git a/frontends/atari/settings.c b/frontends/atari/settings.c
index 5759a89..e186a81 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"
-----------------------------------------------------------------------
Summary of changes:
frontends/atari/settings.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/frontends/atari/settings.c b/frontends/atari/settings.c
index 5759a89..e186a81 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"
--
NetSurf Browser