freebsd-ports/textproc/ipdf/files/patch-document.h
Ying-Chieh Liao a4a1a3253b add ipdf
Creates indexed pdf documents from text files
2001-11-16 05:53:50 +00:00

10 lines
201 B
C

--- document.h.orig Fri Nov 16 13:49:25 2001
+++ document.h Fri Nov 16 13:49:33 2001
@@ -4,6 +4,7 @@
#include <error.h>
#endif
+#include <sys/types.h>
#include <regex.h>
#define __DOCUMENT_H__