cosmetics (only include <stddef.h> for size_t definition)

This commit is contained in:
gbeauche 2004-11-24 22:49:15 +00:00
parent 061b9512f3
commit f6d5e64088

View File

@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "sysdeps.h"
#include <stddef.h>
#include "cxxdemangle.h"
#if defined(__GNUC__) && (__GXX_ABI_VERSION > 0)