* callback.c: Include "xmalloc.h".

* Makefile.in: Add dependency.
This commit is contained in:
Ulrich Weigand 2006-10-21 20:47:07 +00:00
parent 3732ba62b9
commit 0b7b5a9720
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -446,6 +446,7 @@ util.o: rlprivate.h
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

View File

@ -43,6 +43,7 @@
#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. */