diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-20 12:31:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-20 12:31:39 +0000 |
commit | e2c1842302de598e4ba0ad53aa61c473cd893a0b (patch) | |
tree | 3ce93a4e41e6db54d723de591abfe062a24feaf3 /sal | |
parent | 547c1607caa3a283a5217c616c3482854de4f04f (diff) |
INTEGRATION: CWS macosx20xfixes01 (1.26.6); FILE MERGED
2006/01/15 18:43:49 tra 1.26.6.1: #i55863# some code beautifying
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/system.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sal/osl/unx/system.h b/sal/osl/unx/system.h index 10e8e784bbc4..9b90875b510c 100644 --- a/sal/osl/unx/system.h +++ b/sal/osl/unx/system.h @@ -4,9 +4,9 @@ * * $RCSfile: system.h,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: rt $ $Date: 2005-10-17 14:26:13 $ + * last change: $Author: obo $ $Date: 2006-01-20 13:31:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -335,6 +335,7 @@ extern char *strdup(const char *); #ifdef MACOSX # define ETIME ETIMEDOUT +# include <dlfcn.h> # include <pthread.h> # include <sys/file.h> # include <sys/ioctl.h> |