freebsd-ports/print/trueprint/files/patch-aa
Chris D. Faulhaber aea17fb733 Trueprint is a general purpose printing program. It tries to produce
everything that anybody could need in a program printout without
the need for large numbers of switches or pipelines.  Trueprint can
currently handle C, C++, Java, Perl, Verilog, shell (including ksh), Pascal,
pseudo C, report files (trueprint report files), listing files, text files.

PR:		16775
Submitted by:	Dmitry Sivachenko <dima@Chg.RU>
2000-02-21 22:16:35 +00:00

11 lines
229 B
Plaintext

--- index.c.orig Thu Feb 17 14:07:51 2000
+++ index.c Thu Feb 17 14:08:04 2000
@@ -14,6 +14,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>