aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/addrcache.h3
-rw-r--r--src/jpilot.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/addrcache.h b/src/addrcache.h
index 46a0264f..2c574868 100644
--- a/src/addrcache.h
+++ b/src/addrcache.h
@@ -28,6 +28,7 @@
#include <stdio.h>
#include <glib.h>
#include "addritem.h"
+#include "utils.h"
/* Address cache */
typedef struct _AddressCache AddressCache;
@@ -36,7 +37,7 @@ struct _AddressCache {
gint nextID;
gboolean dataRead;
gboolean modified;
- time_t modifyTime;
+ stime_t modifyTime;
GHashTable *itemHash;
GList *tempList;
ItemFolder *rootFolder;
diff --git a/src/jpilot.h b/src/jpilot.h
index b1ddada3..764e56f1 100644
--- a/src/jpilot.h
+++ b/src/jpilot.h
@@ -43,6 +43,7 @@
#include "addritem.h"
#include "addrcache.h"
+#include "utils.h"
typedef struct _JPilotFile JPilotFile;
@@ -58,7 +59,7 @@ struct _JPilotFile {
gint retVal;
gboolean accessFlag;
gboolean havePC3;
- time_t pc3ModifyTime;
+ stime_t pc3ModifyTime;
};
/* Limits */