Include features.h and stddef.h.

This commit is contained in:
Ulrich Drepper 1998-12-18 16:01:28 +00:00
parent 17cb2406ce
commit bc46f1f605

View File

@ -23,6 +23,10 @@
#ifndef _BITS_TYPES_H
#define _BITS_TYPES_H 1
#include <features.h>
#define __need_size_t
#include <stddef.h>
/* Convenience types. */
typedef unsigned char __u_char;