diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-07-19 07:03:07 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-07-19 07:03:07 +0000 | 
| commit | a884e649599e13d58ce6d2b2a0ce8091ceb48dac (patch) | |
| tree | f527514e113dd4f771eef3d39e5a5d2da36b8552 /source/Host/linux/HostInfoLinux.cpp | |
| parent | e75e363cb71a7339552b9d943e78ac62b737379b (diff) | |
Notes
Diffstat (limited to 'source/Host/linux/HostInfoLinux.cpp')
| -rw-r--r-- | source/Host/linux/HostInfoLinux.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Host/linux/HostInfoLinux.cpp b/source/Host/linux/HostInfoLinux.cpp index 3ff722d5c109..8d59cda249e8 100644 --- a/source/Host/linux/HostInfoLinux.cpp +++ b/source/Host/linux/HostInfoLinux.cpp @@ -16,6 +16,7 @@  #include <stdio.h>  #include <string.h>  #include <sys/utsname.h> +#include <unistd.h>  #include <algorithm>  #include <mutex> // std::once  | 
