summaryrefslogtreecommitdiff
path: root/windows/main.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-06-30 21:10:13 +0100
committerVincent Sanders <vince@kyllikki.org>2015-06-30 21:10:13 +0100
commit123c8bc8b3d621d0e259ae9ce99ebe753036ac0b (patch)
tree7c7a03e94b917f5fe1b3e07107c17204913c8339 /windows/main.c
parent7736a611a2c9d13d697cfc8bc83f9dddbb99138c (diff)
downloadnetsurf-123c8bc8b3d621d0e259ae9ce99ebe753036ac0b.tar.gz
netsurf-123c8bc8b3d621d0e259ae9ce99ebe753036ac0b.tar.bz2
split out windows file operations into a separeate module
Diffstat (limited to 'windows/main.c')
-rw-r--r--windows/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/main.c b/windows/main.c
index b9ef44a3c..f4eec12e3 100644
--- a/windows/main.c
+++ b/windows/main.c
@@ -35,6 +35,7 @@
#include "desktop/netsurf.h"
#include "windows/findfile.h"
+#include "windows/file.h"
#include "windows/drawable.h"
#include "windows/download.h"
#include "windows/localhistory.h"