From 42775dd9d2624f1d67e074dfe3a3ecc199cb2edd Mon Sep 17 00:00:00 2001 From: danw Date: Tue, 6 Apr 1999 21:35:04 +0000 Subject: [PATCH] include stdlib.h to make Irix 6.5 happy --- util/et/error_table.y | 1 + 1 file changed, 1 insertion(+) diff --git a/util/et/error_table.y b/util/et/error_table.y index c6b97f4b..2e888fca 100644 --- a/util/et/error_table.y +++ b/util/et/error_table.y @@ -1,5 +1,6 @@ %{ #include +#include char *gensym(const char *x); static char *ds(const char *string); -- 2.45.2