diff options
author | cjep <cjep> | 2004-01-12 09:09:08 +0000 |
---|---|---|
committer | cjep <cjep> | 2004-01-12 09:09:08 +0000 |
commit | 73cd98c24005f095bccf9e3a2df6e6ce78c3965d (patch) | |
tree | 90cef3d5f66dbc97ecc2868d383dc534c5cd00ee /net/tn5250/patches/patch-ac | |
parent | a95b781954b74f64b165ee3154cbed2454eea44a (diff) | |
download | pkgsrc-73cd98c24005f095bccf9e3a2df6e6ce78c3965d.tar.gz |
Include cstdlib instead of stdlib.h in printsession.cc. From kristerw@
Diffstat (limited to 'net/tn5250/patches/patch-ac')
-rw-r--r-- | net/tn5250/patches/patch-ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tn5250/patches/patch-ac b/net/tn5250/patches/patch-ac index ef82cc7b6a6..c8612a3261d 100644 --- a/net/tn5250/patches/patch-ac +++ b/net/tn5250/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.2 2004/01/11 16:55:49 cjep Exp $ +$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 @@ -9,7 +9,7 @@ $NetBSD: patch-ac,v 1.2 2004/01/11 16:55:49 cjep Exp $ +#include <unistd.h> #include "printsession.h" #include "utility.h" -+#include <stdlib.h> ++#include <cstdlib> PrintSession::PrintSession() { |