* Makefile.in: Add dependency.
+2006-10-21 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * callback.c: Include "xmalloc.h".
+ * Makefile.in: Add dependency.
+
2006-04-24 Daniel Jacobowitz <dan@codesourcery.com>
Imported readline 5.1, and upstream patches 001-004.
vi_mode.o: rlprivate.h
bind.o: xmalloc.h
+callback.o: xmalloc.h
complete.o: xmalloc.h
display.o: xmalloc.h
funmap.o: xmalloc.h
#include "rldefs.h"
#include "readline.h"
#include "rlprivate.h"
+#include "xmalloc.h"
/* Private data for callback registration functions. See comments in
rl_callback_read_char for more details. */