summaryrefslogtreecommitdiff
path: root/render/html_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html_internal.h')
-rw-r--r--render/html_internal.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/render/html_internal.h b/render/html_internal.h
index de28726fb..f0e98158f 100644
--- a/render/html_internal.h
+++ b/render/html_internal.h
@@ -16,13 +16,16 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/** \file
+/**
+ * \file
* Content for text/html (private data).
*/
#ifndef NETSURF_RENDER_HTML_INTERNAL_H_
#define NETSURF_RENDER_HTML_INTERNAL_H_
+#include <libcss/libcss.h>
+
#include "content/content_protected.h"
#include "desktop/selection.h"
#include "render/html.h"