aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite/FrontendActions.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-01-26 03:20:14 +0000
committerDouglas Gregor <dgregor@apple.com>2012-01-26 03:20:14 +0000
commit24466d8a90a5c097d7cc505bd0a2433f0835dc73 (patch)
treefe2e423daf3544716e894be8149ed5b8b932a321 /lib/Rewrite/FrontendActions.cpp
parente41b0412b0b974b5d239b2f5ff8427ea0d128ec3 (diff)
Add missing include of <unistd.h>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149035 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Rewrite/FrontendActions.cpp')
-rw-r--r--lib/Rewrite/FrontendActions.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Rewrite/FrontendActions.cpp b/lib/Rewrite/FrontendActions.cpp
index c1568cd522..66affb080c 100644
--- a/lib/Rewrite/FrontendActions.cpp
+++ b/lib/Rewrite/FrontendActions.cpp
@@ -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;
//===----------------------------------------------------------------------===//