]> git.saurik.com Git - bison.git/blobdiff - lib/xalloc.h
(GZIP_ENV): Don't use --rsyncable if gzip doesn't
[bison.git] / lib / xalloc.h
index 098a6c2e0730aaccda487400d1d51893257452f2..5b623da2039b29096b4d05094940b8052b453460 100644 (file)
@@ -18,6 +18,8 @@
 #ifndef XALLOC_H_
 # define XALLOC_H_
 
+# include <stddef.h>
+
 # ifndef PARAMS
 #  if defined PROTOTYPES || (defined __STDC__ && __STDC__)
 #   define PARAMS(Args) Args