#100000# ptrdiff_t needs stddef.h

This commit is contained in:
Vladimir Glazounov
2003-04-22 10:18:04 +00:00
parent 0f78b7d630
commit 05e80c5ad0

View File

@@ -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 <stddef.h>
#define INCLUDED_STDDEF_H
#endif
/************************************************************************/
/* Internal data structures and functions */
/************************************************************************/