mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 13:06:49 +03:00
[project @ 2003-12-28 01:00:58 by jmb]
Fixup missing #include svn path=/import/netsurf/; revision=462
This commit is contained in:
parent
9ec88eb91f
commit
7e7b70e171
@ -8,12 +8,13 @@
|
|||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include "netsurf/content/cache.h"
|
||||||
|
#include "netsurf/content/fetch.h"
|
||||||
|
#include "netsurf/content/fetchcache.h"
|
||||||
#include "netsurf/desktop/options.h"
|
#include "netsurf/desktop/options.h"
|
||||||
#include "netsurf/desktop/netsurf.h"
|
#include "netsurf/desktop/netsurf.h"
|
||||||
#include "netsurf/desktop/browser.h"
|
#include "netsurf/desktop/browser.h"
|
||||||
#include "netsurf/desktop/gui.h"
|
#include "netsurf/desktop/gui.h"
|
||||||
#include "netsurf/content/cache.h"
|
|
||||||
#include "netsurf/content/fetch.h"
|
|
||||||
#include "netsurf/utils/log.h"
|
#include "netsurf/utils/log.h"
|
||||||
|
|
||||||
bool netsurf_quit = false;
|
bool netsurf_quit = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user