1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/palm/makeztxt/files/patch-libztxt::ztxt_set.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

11 lines
216 B
C

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