diff options
Diffstat (limited to 'embed/ephy-cookie-manager.h')
-rw-r--r-- | embed/ephy-cookie-manager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/ephy-cookie-manager.h b/embed/ephy-cookie-manager.h index 3b4bf84f1..6ff97f8cc 100644 --- a/embed/ephy-cookie-manager.h +++ b/embed/ephy-cookie-manager.h @@ -24,6 +24,7 @@ #include <glib-object.h> #include <glib.h> +#include <time.h> G_BEGIN_DECLS @@ -45,7 +46,7 @@ typedef struct char *value; char *domain; char *path; - gulong expires; + time_t expires; glong real_expires; guint is_secure : 1; guint is_session : 1; |