freebsd-ports/palm/makeztxt/files/patch-libztxt::ztxt_init.c
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
250 B
C

--- libztxt/ztxt_init.c.old Sat Mar 2 07:03:18 2002
+++ libztxt/ztxt_init.c Sun Sep 29 15:52:33 2002
@@ -30,6 +30,7 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include "ztxt.h"