summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2013-04-27 22:32:54 +0000
committerJoerg Sonnenberger <joerg@bec.de>2013-04-27 22:32:54 +0000
commit78a9b434e1e8cd627690bb6d942b2a0580e5fbc5 (patch)
tree484fce6a7f773d16b90c0a257aee1e5b630b6554 /lib
parent7f5c6bf63c3ca8a7cfb079596093f7449fd85978 (diff)
downloadllvm-78a9b434e1e8cd627690bb6d942b2a0580e5fbc5.tar.gz
llvm-78a9b434e1e8cd627690bb6d942b2a0580e5fbc5.tar.bz2
llvm-78a9b434e1e8cd627690bb6d942b2a0580e5fbc5.tar.xz
Fix typo. Stupid me.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180686 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Support/Unix/Signals.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Unix/Signals.inc b/lib/Support/Unix/Signals.inc
index 1f8c8158d7..60ff87644f 100644
--- a/lib/Support/Unix/Signals.inc
+++ b/lib/Support/Unix/Signals.inc
@@ -28,7 +28,7 @@
#include <sys/stat.h>
#endif
#if HAVE_CXXABI_H
-#include cxxabi.h>
+#include <cxxabi.h>
#endif
#if HAVE_DLFCN_H
#include <dlfcn.h>