diff options
Diffstat (limited to 'lib/readline/undo.c')
-rw-r--r-- | lib/readline/undo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/readline/undo.c b/lib/readline/undo.c index e29e940..9be231d 100644 --- a/lib/readline/undo.c +++ b/lib/readline/undo.c @@ -48,6 +48,7 @@ #include "history.h" #include "rlprivate.h" +#include "xmalloc.h" #define SWAP(s, e) do { int t; t = s; s = e; e = t; } while (0) |