File bug_fix.patch of Package libpst
--- src/libpst.h 2008-09-03 10:50:59.000000000 +0530
+++ src/libpst.h 2008-09-04 09:10:27.000000000 +0530
@@ -448,6 +448,7 @@ typedef struct pst_item {
struct pst_item_folder *folder; // data reffering to folder
struct pst_item_contact *contact; // data reffering to contact
struct pst_item_attach *attach; // linked list of attachments
+ struct pst_item_attach *current_attach; // linked list of current attachments
struct pst_item_message_store *message_store; // data referring to the message store
struct pst_item_extra_field *extra_fields; // linked list of extra headers and such
struct pst_item_journal *journal; // data reffering to a journal entry
--- src/define.h 2008-09-03 10:50:59.000000000 +0530
+++ src/define.h 2008-09-04 09:11:19.000000000 +0530
@@ -14,7 +14,6 @@
#define HAVE_WINDOWS_H
#endif
#endif
-#include "version.h"
#ifndef DEFINEH_H
#define DEFINEH_H