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/path.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/path.c') diff --git a/src/path.c b/src/path.c index a07c897735..a2d69100fd 100644 --- a/src/path.c +++ b/src/path.c @@ -11,6 +11,7 @@ #include "garray.h" #include "memfile.h" #include "memline.h" +#include "memory.h" #include "message.h" #include "misc1.h" #include "misc2.h" -- cgit