]> git.saurik.com Git - bison.git/commitdiff
Include <stddef.h>, for size_t when libiberty.h doesn't define size_t.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Jun 2003 18:22:01 +0000 (18:22 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Jun 2003 18:22:01 +0000 (18:22 +0000)
lib/bbitset.h

index 3accc74c3e5b19ce3ccb28aa2cd1f038b18792c0..7dd62f968681854a72d1148c7a0b921423230881 100644 (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).