summaryrefslogtreecommitdiff
path: root/undo.c
diff options
context:
space:
mode:
Diffstat (limited to 'undo.c')
-rw-r--r--undo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/undo.c b/undo.c
index e29e940..9be231d 100644
--- a/undo.c
+++ b/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)