diff options
author | Joerg Sonnenberger <joerg@bec.de> | 2013-04-27 22:32:54 +0000 |
---|---|---|
committer | Joerg Sonnenberger <joerg@bec.de> | 2013-04-27 22:32:54 +0000 |
commit | 447440907e5b826f018a52abe8ce9d0ed994100a (patch) | |
tree | 7e5e58488f8ae04ad076944b12af66b2a47c7d77 /llvm/lib/Support/Unix/Signals.inc | |
parent | 15a4e5e0d5349810d0647d6f7489f8132875d643 (diff) | |
download | bcm5719-llvm-447440907e5b826f018a52abe8ce9d0ed994100a.tar.gz bcm5719-llvm-447440907e5b826f018a52abe8ce9d0ed994100a.zip |
Fix typo. Stupid me.
llvm-svn: 180686
Diffstat (limited to 'llvm/lib/Support/Unix/Signals.inc')
-rw-r--r-- | llvm/lib/Support/Unix/Signals.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Unix/Signals.inc b/llvm/lib/Support/Unix/Signals.inc index 1f8c8158d7f..60ff87644f3 100644 --- a/llvm/lib/Support/Unix/Signals.inc +++ b/llvm/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> |