diff options
Diffstat (limited to 'cppu/inc')
-rw-r--r-- | cppu/inc/com/sun/star/uno/genfunc.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/cppu/inc/com/sun/star/uno/genfunc.h b/cppu/inc/com/sun/star/uno/genfunc.h index 8a320b40225f..3784f2c82919 100644 --- a/cppu/inc/com/sun/star/uno/genfunc.h +++ b/cppu/inc/com/sun/star/uno/genfunc.h @@ -2,9 +2,9 @@ * * $RCSfile: genfunc.h,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: dbo $ $Date: 2001-11-09 09:14:30 $ + * last change: $Author: hr $ $Date: 2004-02-03 12:15:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,10 @@ #ifndef _COM_SUN_STAR_UNO_GENFUNC_H_ #define _COM_SUN_STAR_UNO_GENFUNC_H_ +#ifndef _SAL_TYPES_H_ +#include "sal/types.h" +#endif + typedef struct _typelib_TypeDescriptionReference typelib_TypeDescriptionReference; namespace com |