mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
15 lines
302 B
C++
15 lines
302 B
C++
--- 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
|