summaryrefslogtreecommitdiff
path: root/monkey/thumbnail.c
diff options
context:
space:
mode:
Diffstat (limited to 'monkey/thumbnail.c')
-rw-r--r--monkey/thumbnail.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/monkey/thumbnail.c b/monkey/thumbnail.c
index bc78aca2d..61f5ee611 100644
--- a/monkey/thumbnail.c
+++ b/monkey/thumbnail.c
@@ -16,8 +16,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "monkey/browser.h"
+#include <stdint.h>
+
#include "desktop/thumbnail.h"
+#include "content/hlcache.h"
+
+#include "monkey/browser.h"
bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap,
nsurl *url)