mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
243d2af210
PR: ports/79354 Submitted by: Jukka Ukkonen
14 lines
335 B
C
14 lines
335 B
C
--- 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;
|