summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-15 15:58:35 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-15 15:58:35 +0000
commit3a56b67d95aaf9afe7494431c2eeeabb0c9276ee (patch)
treec1e30976014292cb487b71639ab95b2d895ef594 /content/content.h
parent60338f768ff49d0255868111fac3bd7897510e98 (diff)
downloadnetsurf-3a56b67d95aaf9afe7494431c2eeeabb0c9276ee.tar.gz
netsurf-3a56b67d95aaf9afe7494431c2eeeabb0c9276ee.tar.bz2
Add missing #include.
Fix guard macro -- how long has this been wrong, I wonder? svn path=/trunk/netsurf/; revision=6069
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/content/content.h b/content/content.h
index 75be8cfb1..e387cb1d0 100644
--- a/content/content.h
+++ b/content/content.h
@@ -23,8 +23,8 @@
* The content functions manipulate struct contents, which correspond to URLs.
*/
-#ifndef _NETSURF_DESKTOP_CONTENT_H_
-#define _NETSURF_DESKTOP_CONTENT_H_
+#ifndef _NETSURF_CONTENT_CONTENT_H_
+#define _NETSURF_CONTENT_CONTENT_H_
/* Irritatingly this must come first, or odd include errors
* will occur to do with setjmp.h.
@@ -34,6 +34,7 @@
#endif
#include <stdint.h>
+#include <time.h>
#include "utils/config.h"
#include "content/content_type.h"
#include "css/css.h"