tags 461702 + patch
thanks

Hi!

Please find attached a patch to fix the eancheck FTBFS.

Thanks.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036
diff -Nru --exclude changelog eancheck-1.0/eancheck.cpp eancheck-1.0/eancheck.cpp
--- eancheck-1.0/eancheck.cpp	2007-01-08 04:56:03.000000000 +0530
+++ eancheck-1.0/eancheck.cpp	2008-03-09 23:38:43.000000000 +0530
@@ -24,10 +24,12 @@
 check digits and another to generate them for a given EAN.
 */
 
-#include <iostream.h>
+#include <iostream>
 #include <stdlib.h>
 #include <string.h>
 
+using namespace std;
+
 int main(int argc, char *argv[]) {
  
  if (argc == 1)

Attachment: signature.asc
Description: Digital signature

Reply via email to