--- ./src/osgPlugins/txp/ORIG/trpage_sys.h	Sun Feb 10 05:42:55 2002
+++ ./src/osgPlugins/txp/trpage_sys.h	Thu Mar 14 19:35:15 2002
@@ -82,6 +82,11 @@
 typedef int64_t  int64;
 //typedef long long int int64;
 
+#elif defined(__FreeBSD__)
+#include <sys/inttypes.h>
+typedef int64_t  int64;
+//typedef long long int int64;
+
 #elif defined(__ghs__) && defined(__LL_Is_64)
 typedef long long int64;
 
