diff src/libpst.h @ 87:3ec5ad97e926

Use inttypes.h for portable printing of 64 bit items.
author Carl Byington <carl@five-ten-sg.com>
date Sun, 03 Aug 2008 15:42:37 -0700
parents 56fa05fd5271
children 631d02d30a1c
line wrap: on
line diff
--- a/src/libpst.h	Wed Jul 30 22:27:08 2008 -0700
+++ b/src/libpst.h	Sun Aug 03 15:42:37 2008 -0700
@@ -12,6 +12,7 @@
 
 #ifndef  _MSC_VER
     #include <stdint.h>
+    #include <inttypes.h>
     #ifndef FILETIME_DEFINED
         #define FILETIME_DEFINED
         //Win32 Filetime struct - copied from WINE