diff options
| author | Zachary Turner <zturner@google.com> | 2014-08-21 21:02:47 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2014-08-21 21:02:47 +0000 |
| commit | e47ffc3b420683d4e5e74c6ef34d32fec3f9149a (patch) | |
| tree | 49c05bb505263ab4d5122d4666d79e8e693b8269 /lldb/source/Host/linux | |
| parent | 9e095d9b6bf8a47c0b2ea6b792188f793efdb4a3 (diff) | |
| download | bcm5719-llvm-e47ffc3b420683d4e5e74c6ef34d32fec3f9149a.tar.gz bcm5719-llvm-e47ffc3b420683d4e5e74c6ef34d32fec3f9149a.zip | |
Fix compile error on Linux due to previous commit.
llvm-svn: 216227
Diffstat (limited to 'lldb/source/Host/linux')
| -rw-r--r-- | lldb/source/Host/linux/HostInfoLinux.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Host/linux/HostInfoLinux.cpp b/lldb/source/Host/linux/HostInfoLinux.cpp index 28980831023..73a0fd5bf99 100644 --- a/lldb/source/Host/linux/HostInfoLinux.cpp +++ b/lldb/source/Host/linux/HostInfoLinux.cpp @@ -10,6 +10,7 @@ #include "lldb/Core/Log.h" #include "lldb/Host/linux/HostInfoLinux.h" +#include <limits.h> #include <stdio.h> #include <string.h> #include <sys/utsname.h> |

