diff options
Diffstat (limited to 'llvm/lib/System/Unix/Unix.h')
-rw-r--r-- | llvm/lib/System/Unix/Unix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/System/Unix/Unix.h b/llvm/lib/System/Unix/Unix.h index b9eff46c46f..37bc53c28a5 100644 --- a/llvm/lib/System/Unix/Unix.h +++ b/llvm/lib/System/Unix/Unix.h @@ -23,6 +23,7 @@ #include <cstring> #include <cerrno> #include <sys/types.h> +#include <sys/stat.h> #include <sys/param.h> #include <assert.h> #include <string> |