From 38f8e261e2576fbe3b97fa747abc9257f2b2443b Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Tue, 16 Jun 2015 11:46:41 +0200 Subject: [PATCH] Add missing headers in xbt_os_thread.c --- src/xbt/xbt_os_thread.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/xbt/xbt_os_thread.c b/src/xbt/xbt_os_thread.c index 50a9a4cb63..46a0e7eea4 100644 --- a/src/xbt/xbt_os_thread.c +++ b/src/xbt/xbt_os_thread.c @@ -8,6 +8,15 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ +#if defined(WIN32) +#elif defined(__MACH__) +#include +#include +#include +#else +#include +#endif + #include "internal_config.h" #include "xbt/sysdep.h" #include "xbt/ex.h" -- 2.20.1