22 lines
479 B
Text
22 lines
479 B
Text
$NetBSD: patch-ac,v 1.3 2004/01/12 09:09:09 cjep Exp $
|
|
|
|
--- printsession.cc.orig 1999-04-05 17:25:46.000000000 +0100
|
|
+++ printsession.cc
|
|
@@ -4,8 +4,10 @@
|
|
#include "record.h"
|
|
#include "stream5250.h"
|
|
#include <sys/time.h>
|
|
+#include <unistd.h>
|
|
#include "printsession.h"
|
|
#include "utility.h"
|
|
+#include <cstdlib>
|
|
|
|
PrintSession::PrintSession()
|
|
{
|
|
@@ -121,4 +123,4 @@ int PrintSession::waitevent() const
|
|
result = 1;
|
|
|
|
return result;
|
|
-}
|
|
\ No newline at end of file
|
|
+}
|