From dee5f85af3d38d2932f9401f9771e8d25808d6b5 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 28 Mar 1997 11:14:59 +0000 Subject: Include if __FreeBSD__ >= 3. I didn't see any easier way to get the BSD macro. --- print/html2latex/files/patch-aa | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/print/html2latex/files/patch-aa b/print/html2latex/files/patch-aa index 560dc8afd1e6..ef88fa3360ac 100644 --- a/print/html2latex/files/patch-aa +++ b/print/html2latex/files/patch-aa @@ -52,12 +52,16 @@ Only in .: diff diff -u ../html2latex-0.9c.old/html2latex.c ./html2latex.c --- ../html2latex-0.9c.old/html2latex.c Wed Jun 16 05:55:10 1993 +++ ./html2latex.c Fri Mar 29 16:41:17 1996 -@@ -9,7 +9,9 @@ +@@ -9,7 +9,13 @@ #include "HTMLparse.h" #include #include +#if NEED_GETOPT_H #include ++#else ++#if defined(__FreeBSD__) && __FreeBSD__ >= 3 ++#include ++#endif +#endif #include #include -- cgit v1.2.3