summaryrefslogtreecommitdiff
path: root/content/content_factory.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-10-27 00:57:59 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-10-27 00:57:59 +0000
commit272fb1e517763247db6214a5e04f326e7374ebd7 (patch)
tree6464ffa3606f3e8fb1fe7035dfbddd99955fe24f /content/content_factory.h
parentf90aeba984bb8f1e834bf1a9fe6a80b292a63248 (diff)
downloadnetsurf-272fb1e517763247db6214a5e04f326e7374ebd7.tar.gz
netsurf-272fb1e517763247db6214a5e04f326e7374ebd7.tar.bz2
Include utils.h for NOF_ELEMENTS
svn path=/trunk/netsurf/; revision=13082
Diffstat (limited to 'content/content_factory.h')
-rw-r--r--content/content_factory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_factory.h b/content/content_factory.h
index 22205dc02..94de37609 100644
--- a/content/content_factory.h
+++ b/content/content_factory.h
@@ -25,6 +25,7 @@
#include "content/content_type.h"
#include "utils/errors.h"
+#include "utils/utils.h"
#define CONTENT_FACTORY_REGISTER_TYPES(HNAME, HTYPELIST, HHANDLER) \
\