freebsd-ports/sysutils/xlogmaster/files/patch-src::execute.cc
Kirill Ponomarev 05079e4428 - Fix build on -current
- Utilize INFO

PR:		ports/62434
Submitted by:	Ports Fury
2004-02-06 14:04:12 +00:00

11 lines
233 B
C++

--- src/execute.cc.orig Thu Apr 1 01:00:29 1999
+++ src/execute.cc Thu Feb 5 21:39:55 2004
@@ -38,6 +38,8 @@
#include "logclass.H"
#include "execute.H"
#include "extern.H"
+#include <iostream>
+using namespace std;
/*}}}*/