mercurial/bdiff.c
changeset 2543 860e9c83fc59
parent 2483 5583d5ef257e
child 2577 fa76c5d609c9
equal deleted inserted replaced
2542:a20877c8a3e2 2543:860e9c83fc59
    36 		((x & 0xff000000UL) >> 24);
    36 		((x & 0xff000000UL) >> 24);
    37 }
    37 }
    38 #else
    38 #else
    39 #include <sys/types.h>
    39 #include <sys/types.h>
    40 #include <arpa/inet.h>
    40 #include <arpa/inet.h>
    41 #include <stdint.h>
    41 #include <inttypes.h>
    42 #endif
    42 #endif
    43 
    43 
    44 struct line {
    44 struct line {
    45 	int h, len, n, e;
    45 	int h, len, n, e;
    46 	const char *l;
    46 	const char *l;