From a7fb1f3a09c62887975b278b86ee22ca753e7f6b Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Thu, 9 Sep 2004 09:59:43 +0000
Subject: INTEGRATION: CWS ooo20040815 (1.4.4); FILE MERGED 2004/08/19 16:12:36
mh 1.4.4.1: add: include unistd.h to make it compile, #i10000#
---
psprint/source/printer/cupsmgr.cxx | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
(limited to 'psprint')
diff --git a/psprint/source/printer/cupsmgr.cxx b/psprint/source/printer/cupsmgr.cxx
index 21c87e9b865d..562a4e3f5db9 100644
--- a/psprint/source/printer/cupsmgr.cxx
+++ b/psprint/source/printer/cupsmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cupsmgr.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2004-09-08 15:51:36 $
+ * last change: $Author: hr $ $Date: 2004-09-09 10:59:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,6 +68,8 @@ typedef void cups_dest_t;
typedef void cups_option_t;
#endif
+#include
+
#include
#include
#include
--
cgit