Standard C++ header files don't have .h in their name: #include <iostream>
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 28 Jun 2013 12:18:03 +0000 (12:18 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 28 Jun 2013 12:18:03 +0000 (12:18 +0000)
commit42a0accf183597372ebe2e39983c8bf30f821f3b
tree8b4683d9a69af25d354c8302a8517f4cbc18d6c8
parent355e3b6c26e3e140b55560c17deaf0d9d93e3139
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@50206 f5534014-38df-0310-8fa8-9805f1628bb7
configure.ac