summaryrefslogtreecommitdiff
path: root/net/tn5250/patches/patch-ac
blob: c8612a3261d8d26835cbc1cc1e106ace9ea5f518 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$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
+}