Add missing includes

svn path=/trunk/netsurf/; revision=10525
This commit is contained in:
John Mark Bell 2010-04-30 07:02:19 +00:00
parent 000e6ad3de
commit cf73e479e5
2 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@
#include "gtk/gtk_history.h"
#include "gtk/gtk_filetype.h"
#include "gtk/gtk_download.h"
#include "gtk/gtk_schedule.h"
#include "render/box.h"
#include "render/form.h"
#include "render/html.h"

View File

@ -21,6 +21,7 @@
#include <stdbool.h>
#include "desktop/browser.h"
#include "gtk/gtk_schedule.h"
#ifdef DEBUG_GTK_SCHEDULE
#include "utils/log.h"