diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-03 13:32:23 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-03 13:34:55 -0700 |
commit | 060e5c764cc66e54f422928e3921fd08dff31f69 (patch) | |
tree | 6b3ffcca0ff956fae7b42455577feb1b0fa244fa /macos.c | |
parent | aa3838308b22dd3940e6b18cb23224356544da92 (diff) | |
download | subsurface-060e5c764cc66e54f422928e3921fd08dff31f69.tar.gz |
Matching build fixes for cross built Windows
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'macos.c')
-rw-r--r-- | macos.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,7 +2,10 @@ /* implements Mac OS X specific functions */ #include <stdlib.h> #include "dive.h" +#include "display.h" +#if USE_GTK_UI #include "display-gtk.h" +#endif /* USE_GTK_UI */ #include <CoreFoundation/CoreFoundation.h> #include <CoreServices/CoreServices.h> #include <mach-o/dyld.h> |