projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7226d79
)
Try to fix FreeBSD build after iwyu changes.
author
Zachary Turner
<zturner@google.com>
Thu, 6 Apr 2017 20:51:22 +0000
(20:51 +0000)
committer
Zachary Turner
<zturner@google.com>
Thu, 6 Apr 2017 20:51:22 +0000
(20:51 +0000)
llvm-svn: 299705
lldb/source/Host/freebsd/HostInfoFreeBSD.cpp
patch
|
blob
|
history
diff --git
a/lldb/source/Host/freebsd/HostInfoFreeBSD.cpp
b/lldb/source/Host/freebsd/HostInfoFreeBSD.cpp
index
d5fe281
..
9c82fcc
100644
(file)
--- a/
lldb/source/Host/freebsd/HostInfoFreeBSD.cpp
+++ b/
lldb/source/Host/freebsd/HostInfoFreeBSD.cpp
@@
-14,6
+14,7
@@
#include <sys/sysctl.h>
#include <sys/types.h>
#include <sys/utsname.h>
+#include <unistd.h>
using namespace lldb_private;