summaryrefslogtreecommitdiff
path: root/desktop/cookie_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/cookie_manager.h')
-rw-r--r--desktop/cookie_manager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/cookie_manager.h b/desktop/cookie_manager.h
index b84490726..4da85a895 100644
--- a/desktop/cookie_manager.h
+++ b/desktop/cookie_manager.h
@@ -24,8 +24,12 @@
#define _NETSURF_DESKTOP_COOKIE_MANAGER_H_
#include <stdbool.h>
+#include <stdint.h>
+#include "desktop/browser.h"
#include "desktop/core_window.h"
+#include "desktop/textinput.h"
+#include "utils/errors.h"
struct cookie_data;