##// END OF EJS Templates
bdiff: include compat.h in header to define ssize_t...
Yuya Nishihara -
r34653:174d115d default
parent child Browse files
Show More
@@ -1,6 +1,8 b''
1 #ifndef _HG_BDIFF_H_
1 #ifndef _HG_BDIFF_H_
2 #define _HG_BDIFF_H_
2 #define _HG_BDIFF_H_
3
3
4 #include "compat.h"
5
4 struct bdiff_line {
6 struct bdiff_line {
5 int hash, n, e;
7 int hash, n, e;
6 ssize_t len;
8 ssize_t len;
General Comments 0
You need to be logged in to leave comments. Login now