aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Host/HostGetOpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Host/HostGetOpt.h')
-rw-r--r--include/lldb/Host/HostGetOpt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Host/HostGetOpt.h b/include/lldb/Host/HostGetOpt.h
index 6f512915d33c..d37a2526ff04 100644
--- a/include/lldb/Host/HostGetOpt.h
+++ b/include/lldb/Host/HostGetOpt.h
@@ -14,8 +14,8 @@
#define _BSD_SOURCE // Required so that getopt.h defines optreset
#endif
-#include <unistd.h>
#include <getopt.h>
+#include <unistd.h>
#else