diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-03-19 08:36:56 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-03-19 08:36:56 +0000 |
commit | 22e92e4f6caef998531124e2c3cf7a28ebdac2b1 (patch) | |
tree | 04820f9aecfcbf99f4da8f3908644c695a55e657 | |
parent | 2b8fb0f56e1e35816d2ff22a37aede84e66ad5cb (diff) |
include <sal/types.h> added
-rw-r--r-- | sal/inc/osl/semaphor.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sal/inc/osl/semaphor.h b/sal/inc/osl/semaphor.h index 160af9037cdf..efecd834a7ea 100644 --- a/sal/inc/osl/semaphor.h +++ b/sal/inc/osl/semaphor.h @@ -2,9 +2,9 @@ * * $RCSfile: semaphor.h,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jl $ $Date: 2001-03-16 13:01:52 $ + * last change: $Author: jl $ $Date: 2001-03-19 09:36:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,6 +66,10 @@ extern "C" { #endif +#ifndef _SAL_TYPES_H_ +#include <sal/types.h> +#endif + typedef void* oslSemaphore; /** Creates a semaphore.<BR> |