diff src/input.cc @ 252:bc5e6cb785d1

[project @ 1993-12-06 21:52:57 by jwe]
author jwe
date Mon, 06 Dec 1993 21:57:51 +0000
parents d66cc97f77a9
children 0febc87abbd4
line wrap: on
line diff
--- a/src/input.cc	Mon Dec 06 19:49:25 1993 +0000
+++ b/src/input.cc	Mon Dec 06 21:57:51 1993 +0000
@@ -38,6 +38,8 @@
 {
 #include "readline/readline.h"
 
+extern char *xmalloc ();
+
 /*
  * Yes, this sucks, but it avoids a conflict with another readline
  * function declared in iostream.h.