Matching build fixes for cross built Windows

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-05-03 13:32:23 -07:00
parent aa3838308b
commit 060e5c764c
5 changed files with 14 additions and 0 deletions

View file

@ -2,7 +2,9 @@
/* implements Linux specific functions */
#include "dive.h"
#include "display.h"
#if USE_GTK_UI
#include "display-gtk.h"
#endif
#include <gconf/gconf-client.h>
#include <string.h>