freebsd-ports/palm/makeztxt/files/patch-libztxt::ztxt.h
Kris Kennaway 6d8202f80e makeztxt is a simple command line program that takes a plain ASCII text file
and compresses it into a zTXT database.  makeztxt will remove newline
characters at the end of lines that contain text so that the paragraphs flow
better on the Palm screen.

Submitted by:	Roman Shterenzon <romanbsd@yahoo.com>
2002-10-20 23:10:16 +00:00

10 lines
233 B
C

--- libztxt/ztxt.h.old Sat Mar 2 07:03:18 2002
+++ libztxt/ztxt.h Sun Sep 29 15:46:52 2002
@@ -31,6 +31,7 @@
#define _ZTXT_H_ 1
+#include <sys/types.h>
#include <regex.h>
#include "databaseHdrs.h"
#include <weasel_common.h>