11 lines
234 B
Diff
11 lines
234 B
Diff
|
--- config.hpp 2015-10-25 20:42:45.000000000 +0100
|
||
|
+++ config.hpp 2018-11-07 12:52:38.903453133 +0100
|
||
|
@@ -34,7 +34,7 @@
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
// Endianness test
|
||
|
-#if defined(__GLIBC__)
|
||
|
+#if defined(__linux__)
|
||
|
|
||
|
#include <endian.h>
|