]> git.saurik.com Git - bison.git/blobdiff - src/alloc.h
Do not hard code values of directories in `configure.in'.
[bison.git] / src / alloc.h
index afded9b1689402b5c3a4130891c5af45925399f8..9685122e2e31b63342f8faf14f8ef7fc3d25033d 100644 (file)
@@ -19,6 +19,10 @@ 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))))