* history.c: #include "sysdep.h".
authorStu Grossman <grossman@cygnus>
Tue, 19 Nov 1991 23:05:55 +0000 (23:05 +0000)
committerStu Grossman <grossman@cygnus>
Tue, 19 Nov 1991 23:05:55 +0000 (23:05 +0000)
readline/ChangeLog
readline/history.c

index 25f6a190f154d66786d6cc134dec51269f126b53..467410ee959e9e4242b51a05421f576f2636dd2c 100644 (file)
@@ -1,3 +1,7 @@
+Tue Nov 19 15:02:13 1991  Stu Grossman  (grossman at cygnus.com)
+
+       * history.c:  #include "sysdep.h".
+
 Tue Nov 19 10:49:17 1991  Fred Fish  (fnf at cygnus.com)
 
        * Makefile.in, config/hm-sysv, config/hm-sco:  Change SYSV to
index 9f0a41ec5a4e23109d1e30d33fd4866d7ac30ede..7946453bff6753f7e1909d364c28ea9d73da4934 100644 (file)
@@ -31,6 +31,7 @@ extern char *xmalloc (), *xrealloc ();
 static char *xmalloc (), *xrealloc ();
 #endif
 
+#include "sysdep.h"
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/file.h>
@@ -42,8 +43,6 @@ static char *xmalloc (), *xrealloc ();
 #else
 #  if defined (sparc) || defined (HAVE_ALLOCA_H)
 #    include <alloca.h>
-#  else
-extern char *alloca ();
 #  endif /* sparc || HAVE_ALLOCA_H */
 #endif /* !__GNU_C__ */