summaryrefslogtreecommitdiffstats
path: root/emulators/virtualbox-ose/files/patch-include-iprt-types.h
blob: 35f253a391e7fa289e38ed06c01d5f5e66d1a577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- include/iprt/types.h.orig	2009-07-12 21:17:13.000000000 +0200
+++ include/iprt/types.h	2009-08-12 21:38:17.000000000 +0200
@@ -92,6 +92,11 @@
 #  undef true
 #  undef bool
 
+# elif defined(RT_OS_FREEBSD)
+#  define _UINT64_T_DECLARED
+#  define _INT64_T_DECLARED
+#  include <stddef.h>
+#  include <sys/types.h>
 # else
 #  include <stddef.h>
 #  include <sys/types.h>
OpenPOWER on IntegriCloud