freebsd-ports/sysutils/pwg/files/patch-pwg::outputwndimpl.cpp
Daichi GOTO 0c9bffcb8d Update sysutils/pwg (maintainer): fix build on -CURRENT
PR:		53591
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net> (maintainer)
2003-06-26 08:13:01 +00:00

11 lines
286 B
C++

--- pwg/outputwndimpl.cpp.orig Sat Jun 21 18:40:54 2003
+++ pwg/outputwndimpl.cpp Sat Jun 21 18:41:22 2003
@@ -20,7 +20,7 @@
#include <klocale.h>
#include <unistd.h>
-
+#include <time.h>
OutputWndImpl::OutputWndImpl(QWidget* parent, const char *name)
: OutputWnd(parent, name)