From 78a9b434e1e8cd627690bb6d942b2a0580e5fbc5 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Sat, 27 Apr 2013 22:32:54 +0000 Subject: [PATCH] Fix typo. Stupid me. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180686 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Unix/Signals.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Support/Unix/Signals.inc b/lib/Support/Unix/Signals.inc index 1f8c8158d7f..60ff87644f3 100644 --- a/lib/Support/Unix/Signals.inc +++ b/lib/Support/Unix/Signals.inc @@ -28,7 +28,7 @@ #include #endif #if HAVE_CXXABI_H -#include cxxabi.h> +#include #endif #if HAVE_DLFCN_H #include -- 2.34.1