mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
- print/cpp2latex looks for the getopt function in getopt.h instead of unistd.h PR: 52116 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
11 lines
261 B
C++
11 lines
261 B
C++
--- 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 <fstream>
|
|
#include <vector>
|
|
#include <stdio.h>
|
|
-#include <getopt.h>
|
|
+#include <unistd.h>
|
|
|
|
struct replace{
|
|
std::string voraus;
|