mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
aea17fb733
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>
11 lines
229 B
Plaintext
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>
|
|
|