From 081f579ba1bbeea4dff7f08b53c44e68df2530c0 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 2 Oct 2012 10:36:28 +0200 Subject: [PATCH] OSX compilation fixes --- src/commands.cc | 4 ---- src/main.cc | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/commands.cc b/src/commands.cc index 055ba22d..5d9ab6e1 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -17,10 +17,6 @@ #include "event_manager.hh" #include "color_registry.hh" -#if defined(__APPLE__) -#include -#endif - #include #include #include diff --git a/src/main.cc b/src/main.cc index 2aeeb77a..642800d6 100644 --- a/src/main.cc +++ b/src/main.cc @@ -20,6 +20,10 @@ #include "string.hh" #include "color_registry.hh" +#if defined(__APPLE__) +#include +#endif + #include #include #include