aboutsummaryrefslogtreecommitdiff
path: root/textproc/rtfx/files/patch-libs-domc-src-domc.h
blob: fbbb12f0f52020b9b8d071e79501a090c927ad97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- libs/domc/src/domc.h.orig	Tue Oct 17 01:25:18 2006
+++ libs/domc/src/domc.h	Wed Apr 11 09:38:08 2007
@@ -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;