diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-03-14 08:03:12 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-03-14 08:03:12 +0000 |
commit | d84f9aec1513bf0bd1633db8a05589c7a3f641aa (patch) | |
tree | f744b52fb104c34e9829941365f280c8ae1fa11a /sal/rtl | |
parent | ee619c83dfbc7d0297b45cf0d5f696cf8bf4c9e1 (diff) |
include osl/types.h replaced by osl/endian.h
Diffstat (limited to 'sal/rtl')
-rw-r--r-- | sal/rtl/source/digest.c | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/sal/rtl/source/digest.c b/sal/rtl/source/digest.c index 4511c391acff..24bf40fbb250 100644 --- a/sal/rtl/source/digest.c +++ b/sal/rtl/source/digest.c @@ -2,9 +2,9 @@ * * $RCSfile: digest.c,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mhu $ $Date: 2000-12-17 23:51:44 $ + * last change: $Author: jl $ $Date: 2001-03-14 09:03:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,14 +59,18 @@ * ************************************************************************/ -#define _RTL_DIGEST_C_ "$Revision: 1.2 $" +#define _RTL_DIGEST_C_ "$Revision: 1.3 $" #ifndef _SAL_TYPES_H_ #include <sal/types.h> #endif -#ifndef _OSL_TYPES_H_ -#include <osl/types.h> +//#ifndef _OSL_TYPES_H_ +//#include <osl/types.h> +//#endif + +#ifndef _OSL_ENDIAN_H_ +#include <osl/endian.h> #endif #ifndef _RTL_ALLOC_H_ |