summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-06 10:15:12 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-06 10:15:12 +0100
commitde3194d1feda216361bbc98032d3c2b4f43a6817 (patch)
tree7637795a45ffd68336b7f8404fe14bfa1c6761ad
parent3743c78d5629ff5b1400e4a52a6325004de340fd (diff)
downloadnetsurf-de3194d1feda216361bbc98032d3c2b4f43a6817.tar.gz
netsurf-de3194d1feda216361bbc98032d3c2b4f43a6817.tar.bz2
missed necessary header for haiku
-rw-r--r--frontends/beos/scaffolding.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/beos/scaffolding.cpp b/frontends/beos/scaffolding.cpp
index 0ea022aab..7d348a966 100644
--- a/frontends/beos/scaffolding.cpp
+++ b/frontends/beos/scaffolding.cpp
@@ -69,6 +69,7 @@ extern "C" {
#include "utils/nsurl.h"
#include "netsurf/clipboard.h"
#include "netsurf/content.h"
+#include "netsurf/content_type.h"
}
#include "beos/about.h"
#include "beos/bitmap.h"