]> andersk Git - moira.git/commitdiff
include stdlib.h to make Irix 6.5 happy
authordanw <danw>
Tue, 6 Apr 1999 21:35:04 +0000 (21:35 +0000)
committerdanw <danw>
Tue, 6 Apr 1999 21:35:04 +0000 (21:35 +0000)
util/et/error_table.y

index c6b97f4bd33513de52513eeeda5b69dc2c70aaf6..2e888fca93187c54cb5fd1f1ed16ba220ad7d67a 100644 (file)
@@ -1,5 +1,6 @@
 %{
 #include <stdio.h>
+#include <stdlib.h>
 
 char *gensym(const char *x);
 static char *ds(const char *string);
This page took 0.35176 seconds and 5 git commands to generate.