freebsd-ports/textproc/domc/files/patch-src_domc.h

14 lines
335 B
C
Raw Normal View History

--- src/domc.h.orig Thu Sep 9 23:52:10 2004
+++ src/domc.h Sun Apr 10 22:14:52 2005
@@ -33,7 +33,9 @@
#include <errno.h>
#include <time.h>
-#if defined(__sparc__)
+#if defined(__FreeBSD__)
+ #include <inttypes.h>
+#elif defined(__sparc__)
#include <sys/inttypes.h>
#elif defined(_WIN32)
typedef unsigned __int64 uint64_t;