summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/Unix
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/lli/Unix')
-rw-r--r--llvm/tools/lli/Unix/RemoteTargetExternal.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/lli/Unix/RemoteTargetExternal.inc b/llvm/tools/lli/Unix/RemoteTargetExternal.inc
index 9c1a4cc3155..481c1d51569 100644
--- a/llvm/tools/lli/Unix/RemoteTargetExternal.inc
+++ b/llvm/tools/lli/Unix/RemoteTargetExternal.inc
@@ -12,10 +12,10 @@
//
//===----------------------------------------------------------------------===//
-#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/wait.h>
+#include <unistd.h>
namespace {
OpenPOWER on IntegriCloud