Include <stddef.h>, for size_t when libiberty.h doesn't define size_t.

This commit is contained in:
Paul Eggert
2003-06-17 18:22:01 +00:00
parent e6ce73154c
commit 8a2757b9e2

View File

@@ -23,6 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <stdbool.h>
#include <limits.h>
#include <stddef.h>
/* Currently we support five flavours of bitsets:
BITSET_ARRAY: Array of bits (fixed size, fast for dense bitsets).