summaryrefslogtreecommitdiff
path: root/devel/libassa/files/patch-tests:pq_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libassa/files/patch-tests:pq_test.cpp')
-rw-r--r--devel/libassa/files/patch-tests:pq_test.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/libassa/files/patch-tests:pq_test.cpp b/devel/libassa/files/patch-tests:pq_test.cpp
new file mode 100644
index 000000000000..c28cac2838be
--- /dev/null
+++ b/devel/libassa/files/patch-tests:pq_test.cpp
@@ -0,0 +1,13 @@
+--- tests/pq_test.cpp.orig Thu Jan 29 08:39:07 2004
++++ tests/pq_test.cpp Thu Jan 29 08:40:48 2004
+@@ -23,10 +23,6 @@
+ #include <iostream>
+ using namespace std;
+
+-#include <getopt.h>
+-extern char *optarg;
+-extern int optind, opterr, optopt;
+-
+ // ASSA
+ #include "assa/PriorityQueue.h"
+ using namespace ASSA;