]> granicus.if.org Git - clang/commitdiff
Add missing include of <unistd.h>
authorDouglas Gregor <dgregor@apple.com>
Thu, 26 Jan 2012 03:20:14 +0000 (03:20 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 26 Jan 2012 03:20:14 +0000 (03:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149035 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Rewrite/FrontendActions.cpp

index c1568cd522340a03be4eaaaddb2379154dc393d7..66affb080c5c142ef1cd3feb61623544df653dfa 100644 (file)
@@ -23,6 +23,8 @@
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/Path.h"
 #include "llvm/Support/FileSystem.h"
+#include <unistd.h>
+
 using namespace clang;
 
 //===----------------------------------------------------------------------===//