summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/Support/DataTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Support/DataTypes.h b/include/Support/DataTypes.h
index b46135197f..b1b88790ac 100644
--- a/include/Support/DataTypes.h
+++ b/include/Support/DataTypes.h
@@ -21,7 +21,7 @@
#include <inttypes.h>
-#ifdef LINUX
+#ifdef __linux__
#define __STDC_LIMIT_MACROS 1
#include <stdint.h> // Defined by ISO C 99
#include <endian.h>