From 06427e2661017a8590299cb15e3da4fca4756ff1 Mon Sep 17 00:00:00 2001 From: Daichi GOTO Date: Fri, 4 Jul 2003 12:42:24 +0000 Subject: patch print/cpp2latex: - print/cpp2latex looks for the getopt function in getopt.h instead of unistd.h PR: 52116 Submitted by: Volker Stolz --- print/cpp2latex/files/patch-cpp2latex-main.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 print/cpp2latex/files/patch-cpp2latex-main.cpp (limited to 'print/cpp2latex/files/patch-cpp2latex-main.cpp') diff --git a/print/cpp2latex/files/patch-cpp2latex-main.cpp b/print/cpp2latex/files/patch-cpp2latex-main.cpp new file mode 100644 index 000000000000..f9aaf813363b --- /dev/null +++ b/print/cpp2latex/files/patch-cpp2latex-main.cpp @@ -0,0 +1,11 @@ +--- cpp2latex/main.cpp.orig Mon May 12 15:22:24 2003 ++++ cpp2latex/main.cpp Mon May 12 15:22:34 2003 +@@ -25,7 +25,7 @@ + #include + #include + #include +-#include ++#include + + struct replace{ + std::string voraus; -- cgit v1.2.3