From 7f7c7217bab430088699d381d65b17973dfeade6 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Tue, 4 Jan 2011 12:53:33 +1300 Subject: [PATCH] fix missing includes in gtklaunch --- OpenRA.Launcher.Gtk/bridge.c | 1 + OpenRA.Launcher.Gtk/main.c | 1 + OpenRA.Launcher.Gtk/server.c | 1 + 3 files changed, 3 insertions(+) diff --git a/OpenRA.Launcher.Gtk/bridge.c b/OpenRA.Launcher.Gtk/bridge.c index 0067a76472..02d13c69c1 100644 --- a/OpenRA.Launcher.Gtk/bridge.c +++ b/OpenRA.Launcher.Gtk/bridge.c @@ -8,6 +8,7 @@ #include #include #include +#include #include #include diff --git a/OpenRA.Launcher.Gtk/main.c b/OpenRA.Launcher.Gtk/main.c index 5560196a91..22c2fa112f 100644 --- a/OpenRA.Launcher.Gtk/main.c +++ b/OpenRA.Launcher.Gtk/main.c @@ -10,6 +10,7 @@ #include #include #include +#include #include "main.h" #include "server.h" diff --git a/OpenRA.Launcher.Gtk/server.c b/OpenRA.Launcher.Gtk/server.c index 5f74805022..4800941776 100644 --- a/OpenRA.Launcher.Gtk/server.c +++ b/OpenRA.Launcher.Gtk/server.c @@ -12,6 +12,7 @@ #include #include #include +#include #define MHD_PLATFORM_H #include