mercurial/bdiff.c
changeset 597 e530637ea060
parent 553 f2442a6a5893
child 827 a61728b58dc0
child 836 1fe3b14c7044
child 839 9c918287d10b
equal deleted inserted replaced
596:9a8daeff0ffa 597:e530637ea060
    26 		((x & 0x00ff0000UL) >>  8) |
    26 		((x & 0x00ff0000UL) >>  8) |
    27 		((x & 0xff000000UL) >> 24);
    27 		((x & 0xff000000UL) >> 24);
    28 }
    28 }
    29 #else
    29 #else
    30 #include <sys/types.h>
    30 #include <sys/types.h>
    31 #include <netinet/in.h>
    31 #include <arpa/inet.h>
    32 #endif
    32 #endif
    33 
    33 
    34 struct line {
    34 struct line {
    35 	int h, len, n, e;
    35 	int h, len, n, e;
    36 	const char *l;
    36 	const char *l;