summaryrefslogtreecommitdiff
path: root/content/urldb.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 /content/urldb.c
parent01159ff5896f9ac2410832c1516bbbd5ff57ae0d (diff)
downloadnetsurf-68078d7ea7bfe19320404b98cbdfc8f4585d6824.tar.gz
netsurf-68078d7ea7bfe19320404b98cbdfc8f4585d6824.tar.bz2
Fix up for cookies_old rename.
Diffstat (limited to 'content/urldb.c')
-rw-r--r--content/urldb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/urldb.c b/content/urldb.c
index c950dcd90..126ee5ed7 100644
--- a/content/urldb.c
+++ b/content/urldb.c
@@ -100,7 +100,7 @@
#include "image/bitmap.h"
#include "content/content.h"
#include "content/urldb.h"
-#include "desktop/cookies.h"
+#include "desktop/cookies_old.h"
#include "utils/nsoption.h"
#include "utils/log.h"
#include "utils/corestrings.h"