From 7c51374a82a3ccf6db50051dab8f0a6d5ab58772 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 13 Mar 2014 11:32:27 +0100 Subject: Extract indent_c.c from misc1.c --- src/buffer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/buffer.c') diff --git a/src/buffer.c b/src/buffer.c index af16d7580a..3115271370 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -40,6 +40,7 @@ #include "fold.h" #include "getchar.h" #include "hashtab.h" +#include "indent_c.h" #include "main.h" #include "mark.h" #include "mbyte.h" -- cgit