diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-09 09:59:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-09 09:59:43 +0000 |
commit | a7fb1f3a09c62887975b278b86ee22ca753e7f6b (patch) | |
tree | 191f70cc7c51f58313d3e0404b862b683d3ce41d /psprint | |
parent | 78877210628c38ad887998eaa49e180ca54ea8d7 (diff) |
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#
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/source/printer/cupsmgr.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
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 <unistd.h> + #include <osl/thread.h> #include <osl/diagnose.h> #include <osl/conditn.hxx> |