##// END OF EJS Templates
cext: fix compiler error in revlog.c on Windows with py2...
Matt Harbison -
r47035:d0225a22 default
parent child Browse files
Show More
@@ -13,10 +13,10 b''
13 13 #include <ctype.h>
14 14 #include <limits.h>
15 15 #include <stddef.h>
16 #include <stdint.h>
17 16 #include <stdlib.h>
18 17 #include <string.h>
19 18
19 #include "compat.h"
20 20 #include "bitmanipulation.h"
21 21 #include "charencode.h"
22 22 #include "revlog.h"
General Comments 0
You need to be logged in to leave comments. Login now