ports/editors/texmacs/files/patch-src_Kernel_Abstractions_basic.hpp
Mathieu Arnold 57e7a0c9f7 Update to 1.99.4.
PR:		208208
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-23 14:06:01 +00:00

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