poppler/PDFDoc.cc | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 46e93d31dd9b5909ecd8f7a8f8de23329444a7bc
Author: Albert Astals Cid <[EMAIL PROTECTED]>
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
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler