X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/5aafad1ddfda34fcc7fd0b9939c0d935b71551e1..f95997e708b6847fc62b93a705eaf80124ebac2e:/src/alloc.h?ds=inline diff --git a/src/alloc.h b/src/alloc.h index 855e4a8f..9685122e 100644 --- a/src/alloc.h +++ b/src/alloc.h @@ -19,7 +19,9 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #define NEW(t) ((t *) xmalloc((unsigned) sizeof(t))) #define NEW2(n, t) ((t *) xmalloc((unsigned) ((n) * sizeof(t))))