tag 461685 + patch
thanks

Hi!

Please find attached a simple patch to fix the FTBFS of opt.

HTH.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036
only in patch2:
unchanged:
--- opt-3.19.orig/test/testcc.cc
+++ opt-3.19/test/testcc.cc
@@ -1,9 +1,11 @@
 /* testcc.cc */
 
-#include <iostream.h>
+#include <iostream>
 #include <stdio.h>
 #include <opt.h>
 
+using namespace std;
+
 int month=4;
 int day=24;
 int year=1993;

Attachment: signature.asc
Description: Digital signature

Reply via email to