Readline 5.1 import for HEAD.
[deliverable/binutils-gdb.git] / readline / examples / rlversion.c
index 53949d1e3b73ee7674c30e939a4c58a2d281de08..6c8687488e96c8434f16d0187f08aa0e9eddf8e9 100644 (file)
 #include <sys/types.h>
 #include "posixstat.h"
 
+#ifdef HAVE_STDLIB_H
+#  include <stdlib.h>
+#else
+extern void exit();
+#endif
+
 #ifdef READLINE_LIBRARY
 #  include "readline.h"
 #else
This page took 0.028786 seconds and 4 git commands to generate.