mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-27 04:42:56 +03:00
Add missing includes
svn path=/trunk/netsurf/; revision=10525
This commit is contained in:
parent
000e6ad3de
commit
cf73e479e5
@ -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"
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "desktop/browser.h"
|
||||
#include "gtk/gtk_schedule.h"
|
||||
|
||||
#ifdef DEBUG_GTK_SCHEDULE
|
||||
#include "utils/log.h"
|
||||
|
Loading…
Reference in New Issue
Block a user