[poppler] poppler/PDFDoc.cc

Albert Astals Cid aacid at kemper.freedesktop.org
Sun Jan 20 10:57:00 PST 2008


 poppler/PDFDoc.cc |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 46e93d31dd9b5909ecd8f7a8f8de23329444a7bc
Author: Albert Astals Cid <tsdgeos at bluebox.localdomain>
Date:   Sun Jan 20 19:56:51 2008 +0100

    we need time.h if we use time()

diff --git a/poppler/PDFDoc.cc b/poppler/PDFDoc.cc
index afafd92..d8d2407 100644
--- a/poppler/PDFDoc.cc
+++ b/poppler/PDFDoc.cc
@@ -17,6 +17,7 @@
 #include <stdlib.h>
 #include <stddef.h>
 #include <string.h>
+#include <time.h>
 #ifdef WIN32
 #  include <windows.h>
 #endif


More information about the poppler mailing list