summaryrefslogtreecommitdiffstats
path: root/linux.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-03 13:32:23 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-03 13:34:55 -0700
commit060e5c764cc66e54f422928e3921fd08dff31f69 (patch)
tree6b3ffcca0ff956fae7b42455577feb1b0fa244fa /linux.c
parentaa3838308b22dd3940e6b18cb23224356544da92 (diff)
downloadsubsurface-060e5c764cc66e54f422928e3921fd08dff31f69.tar.gz
Matching build fixes for cross built Windows
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'linux.c')
-rw-r--r--linux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux.c b/linux.c
index 51d1ce75d..33a846f9b 100644
--- a/linux.c
+++ b/linux.c
@@ -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>