summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"