OSX compilation fixes

This commit is contained in:
Maxime Coste 2012-10-02 10:36:28 +02:00
parent 4b0ccb0437
commit 081f579ba1
2 changed files with 4 additions and 4 deletions

View File

@ -17,10 +17,6 @@
#include "event_manager.hh" #include "event_manager.hh"
#include "color_registry.hh" #include "color_registry.hh"
#if defined(__APPLE__)
#include <mach-o/dyld.h>
#endif
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>

View File

@ -20,6 +20,10 @@
#include "string.hh" #include "string.hh"
#include "color_registry.hh" #include "color_registry.hh"
#if defined(__APPLE__)
#include <mach-o/dyld.h>
#endif
#include <unordered_map> #include <unordered_map>
#include <sys/types.h> #include <sys/types.h>
#include <sys/wait.h> #include <sys/wait.h>