forked from OSchip/llvm-project
Avoid macro redefinition error if HAVE_LIBCOMPRESSION
is already defined. llvm-svn: 357553
This commit is contained in:
parent
b4f9991f38
commit
aa107ca3a5
|
@ -37,7 +37,9 @@
|
|||
#include "llvm/ADT/StringSwitch.h"
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#ifndef HAVE_LIBCOMPRESSION
|
||||
#define HAVE_LIBCOMPRESSION
|
||||
#endif
|
||||
#include <compression.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue