summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Muizelaar <jeff@infidigm.net>2006-01-29 05:16:31 +0000
committerJeff Muizelaar <jeff@infidigm.net>2006-01-29 05:16:31 +0000
commit0184e7c928ec60c0aa3f8634d96ae0cf0ad6d157 (patch)
treef3182d223e5a484ed2b3c0613a12e4a2c74e3841
parentc805e25f2f074640e4345f8b71eef8d7de677109 (diff)
2006-01-28 Jeff Muizelaar <jeff@infidigm.net>
* glib/poppler-attachment.h: fix compile by adding <time.h> include. Acked-by: Jonathan Blanford <jrb@redhat.com>
-rw-r--r--ChangeLog5
-rw-r--r--glib/poppler-attachment.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc02f8d5..7fb8c20a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-28 Jeff Muizelaar <jeff@infidigm.net>
+
+ * glib/poppler-attachment.h: fix compile by adding <time.h> include.
+ Acked-by: Jonathan Blanford <jrb@redhat.com>
+
2006-01-26 Kristian Høgsberg <krh@redhat.com>
* poppler/CairoOutputDev.cc: Patch from Christian Krause; handle
diff --git a/glib/poppler-attachment.h b/glib/poppler-attachment.h
index 2a10fc15..c0e2f5c0 100644
--- a/glib/poppler-attachment.h
+++ b/glib/poppler-attachment.h
@@ -19,6 +19,7 @@
#ifndef __POPPLER_ATTACHMENT_H__
#define __POPPLER_ATTACHMENT_H__
+#include <time.h>
#include <glib-object.h>
#include "poppler.h"