summaryrefslogtreecommitdiff
path: root/monkey/download.c
diff options
context:
space:
mode:
Diffstat (limited to 'monkey/download.c')
-rw-r--r--monkey/download.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/monkey/download.c b/monkey/download.c
index 6276972c2..bc820744c 100644
--- a/monkey/download.c
+++ b/monkey/download.c
@@ -17,11 +17,13 @@
*/
#include <stdio.h>
+#include <stdint.h>
#include "utils/errors.h"
#include "utils/ring.h"
#include "desktop/gui_download.h"
#include "desktop/download.h"
+#include "content/hlcache.h"
#include "monkey/browser.h"