Wireshark-commits: [Wireshark-commits] rev 50206: /trunk/ /trunk/: configure.ac

Date: Fri, 28 Jun 2013 12:18:03 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50206

User: morriss
Date: 2013/06/28 05:18 AM

Log:
 Standard C++ header files don't have .h in their name: #include <iostream>
 rather than #include <iostream.h>.
 
 Also reference cout as std::cout in the test program.

Directory: /trunk/
  Changes    Path            Action
  +3 -3      configure.ac    Modified