mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
14 lines
218 B
C++
14 lines
218 B
C++
|
|
$FreeBSD$
|
|
|
|
--- msg.cc.orig Mon Feb 24 00:21:58 2003
|
|
+++ msg.cc Mon Feb 24 00:23:12 2003
|
|
@@ -42,6 +42,8 @@
|
|
//Headers
|
|
#include <iostream>
|
|
|
|
+using namespace std;
|
|
+
|
|
/************
|
|
* *
|
|
* Errormsg *
|