summaryrefslogtreecommitdiff
path: root/gtk/gui.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-07-22 10:21:37 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-07-22 10:21:37 +0100
commit68078d7ea7bfe19320404b98cbdfc8f4585d6824 (patch)
tree9e9dac99ede73ddd8263c238f19ebbb311a9a546 /gtk/gui.c
parent01159ff5896f9ac2410832c1516bbbd5ff57ae0d (diff)
downloadnetsurf-68078d7ea7bfe19320404b98cbdfc8f4585d6824.tar.gz
netsurf-68078d7ea7bfe19320404b98cbdfc8f4585d6824.tar.bz2
Fix up for cookies_old rename.
Diffstat (limited to 'gtk/gui.c')
-rw-r--r--gtk/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gui.c b/gtk/gui.c
index 01f9688e3..3fb2c2bd7 100644
--- a/gtk/gui.c
+++ b/gtk/gui.c
@@ -45,7 +45,7 @@
#include "content/hlcache.h"
#include "content/urldb.h"
#include "desktop/browser_private.h"
-#include "desktop/cookies.h"
+#include "desktop/cookies_old.h"
#include "desktop/gui.h"
#include "desktop/history_global_core.h"
#include "desktop/netsurf.h"