diff options
-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> |