[libcxxabi] Fix gcc build after r284128

NFC.

llvm-svn: 284141
This commit is contained in:
Asiri Rathnayake 2016-10-13 18:40:57 +00:00
parent 9c6e5566dd
commit 0b357ed2ab
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@
#include <unistd.h>
#ifndef __has_attribute
#define __has_attribute(x) 0
#endif
// Configure inline visibility attributes
#if defined(_WIN32)
#if defined(_MSC_VER) && !defined(__clang__)