freebsd-ports/mail/libpst/files/patch-libpst.h
Marcus Alves Grando f146dd6db4 Update to 0.5.1
Change home of project

PR:		86554
Submitted by:	Jonathan <afarsec@012.net.il>
Approved by:	pav (mentor), natey@natey.com (maintainer)
2005-09-27 17:41:00 +00:00

13 lines
337 B
C

--- libpst.h.orig Sat Sep 24 23:28:03 2005
+++ libpst.h Sun Sep 25 14:23:06 2005
@@ -14,8 +14,9 @@
#ifndef FILETIME_DEFINED
#define FILETIME_DEFINED
+#include <sys/types.h>
//Win32 Filetime struct - copied from WINE
-typedef struct {
+typedef struct _FILETIME {
u_int32_t dwLowDateTime;
u_int32_t dwHighDateTime;
} FILETIME;