summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/macosx/safe-to-func-call/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/macosx/safe-to-func-call/main.c')
-rw-r--r--lldb/packages/Python/lldbsuite/test/macosx/safe-to-func-call/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/macosx/safe-to-func-call/main.c b/lldb/packages/Python/lldbsuite/test/macosx/safe-to-func-call/main.c
index 613384ff73b..58650087628 100644
--- a/lldb/packages/Python/lldbsuite/test/macosx/safe-to-func-call/main.c
+++ b/lldb/packages/Python/lldbsuite/test/macosx/safe-to-func-call/main.c
@@ -1,3 +1,4 @@
+#include <sys/time.h> // work around module map issue with iOS sdk, <rdar://problem/35159346>
#include <sys/select.h>
#include <stdio.h>
#include <pthread.h>
OpenPOWER on IntegriCloud