* callback.c: Include "xmalloc.h".
authorUlrich Weigand <uweigand@de.ibm.com>
Sat, 21 Oct 2006 20:47:07 +0000 (20:47 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Sat, 21 Oct 2006 20:47:07 +0000 (20:47 +0000)
* Makefile.in: Add dependency.

readline/ChangeLog.gdb
readline/Makefile.in
readline/callback.c

index c357426..8efe3c0 100644 (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.
index 2dbd4bb..e14318b 100644 (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
index 9120969..697066e 100644 (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. */