comparison mercurial/bdiff.c @ 463:ea93402b81b9

Added stdint.h include to fix build on Mac OS X Tiger [v10.4]
author kyle@zeus.moffetthome.net
date Fri, 24 Jun 2005 20:53:51 -0500
parents f81a011fba3d
children 50da4bb9cab6
comparison
equal deleted inserted replaced
458:ff8fbf99cd64 463:ea93402b81b9
25 } 25 }
26 26
27 #else 27 #else
28 #include <netinet/in.h> 28 #include <netinet/in.h>
29 #include <sys/types.h> 29 #include <sys/types.h>
30 #include <stdint.h>
30 #endif 31 #endif
31 32
32 struct line { 33 struct line {
33 int h, len, n, e; 34 int h, len, n, e;
34 const char *l; 35 const char *l;