diff mercurial/cext/revlog.c @ 33779:0f4ac3b6dee4

cext: factor out header for charencode.c This merges a part of util.h with the header which should exist for charencode.c.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 21 May 2017 14:23:22 +0900
parents f501322512b6
children ce26a13869fb
line wrap: on
line diff
--- a/mercurial/cext/revlog.c	Mon Jul 31 22:28:27 2017 +0900
+++ b/mercurial/cext/revlog.c	Sun May 21 14:23:22 2017 +0900
@@ -13,6 +13,7 @@
 #include <stddef.h>
 #include <string.h>
 
+#include "charencode.h"
 #include "util.h"
 #include "bitmanipulation.h"