Add missing include

svn path=/trunk/netsurf/; revision=11694
This commit is contained in:
John Mark Bell 2011-02-15 23:26:34 +00:00
parent fa98e3d76a
commit daf23b0860
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
#include "utils/config.h"
#include "content/fetch.h"
#include "content/fetchers/about.h"
#include "content/fetchers/curl.h"
#include "content/fetchers/data.h"
#include "content/fetchers/file.h"