From 6f53cb1cc311025f0c21d142af06fbfbda113fc4 Mon Sep 17 00:00:00 2001 From: John Schmidt Date: Thu, 3 Apr 2014 17:07:14 +0200 Subject: Extract memory.c from misc2.c --- src/ops.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ops.c') diff --git a/src/ops.c b/src/ops.c index 38517f9ad0..4946bf2af2 100644 --- a/src/ops.c +++ b/src/ops.c @@ -29,6 +29,7 @@ #include "mark.h" #include "mbyte.h" #include "memline.h" +#include "memory.h" #include "message.h" #include "misc1.h" #include "misc2.h" -- cgit