blob: d16797bf873e7695170a8fc181da093eeef63eef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- src/Kernel/Abstractions/basic.hpp.orig 2015-12-03 08:18:07 UTC
+++ src/Kernel/Abstractions/basic.hpp
@@ -15,9 +15,10 @@
#include <math.h>
#ifdef HAVE_INTPTR_T
-#ifdef OS_SUN
+#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
-#else
+#endif
+#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#else
|