Hi,

the attached patch fixes a compilation error due to off_t being not found.

Even
diff --git a/goo/gtypes.h b/goo/gtypes.h
index 53d8cbe..4b3dda3 100644
--- a/goo/gtypes.h
+++ b/goo/gtypes.h
@@ -27,6 +27,7 @@
 
 #include "poppler-config.h"
 #include <stdio.h> // for off_t
+#include <sys/types.h> // for off_t too
 
 /*
  * These have stupid names to avoid conflicts with some (but not all)
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to