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

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

14 lines
339 B
C

--- src/sysinc.H.orig Thu Apr 1 01:00:29 1999
+++ src/sysinc.H Thu Feb 5 22:12:43 2004
@@ -20,8 +20,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
-#include <fstream.h>
-#include <strstream.h>
+#include <fstream>
+#include <strstream>
+using namespace std;
#include <unistd.h>
#include <string.h>
#include <time.h>