diff --git a/sal/osl/unx/diagnose.c b/sal/osl/unx/diagnose.c index ddaa53ca6c3b..f0d943123562 100644 --- a/sal/osl/unx/diagnose.c +++ b/sal/osl/unx/diagnose.c @@ -2,9 +2,9 @@ * * $RCSfile: diagnose.c,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2003-04-17 17:23:01 $ + * last change: $Author: vg $ $Date: 2003-04-22 11:18:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -87,6 +87,11 @@ #define INCLUDED_PTHREAD_H #endif +#ifndef INCLUDED_STDDEF_H +#include +#define INCLUDED_STDDEF_H +#endif + /************************************************************************/ /* Internal data structures and functions */ /************************************************************************/