summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 14:34:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 14:34:08 +0000
commit932714214bb78566f415f1837707d738e7c1c2d8 (patch)
tree178a71996178720bf26149f56296c48f9f713dd8 /psprint
parent8685bb99d6b4b0eebd3610f400bada4e8c27836d (diff)
INTEGRATION: CWS vcl25 (1.4.2); FILE MERGED
2004/08/02 14:06:21 pl 1.4.2.1: #i32400# missing header: unistd.h
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/printer/cupsmgr.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/psprint/source/printer/cupsmgr.cxx b/psprint/source/printer/cupsmgr.cxx
index 145ba7313ba4..663f9dab6d30 100644
--- a/psprint/source/printer/cupsmgr.cxx
+++ b/psprint/source/printer/cupsmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cupsmgr.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2004-07-23 10:08:56 $
+ * last change: $Author: hr $ $Date: 2004-09-08 15:34:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,6 +74,8 @@ typedef void cups_option_t;
#include <rtl/ustrbuf.hxx>
#include <cupsmgr.hxx>
+#include <unistd.h>
+
namespace psp
{
class CUPSWrapper