author | Shun-ichi GOTO <shunichi.goto@gmail.com> |
Thu, 22 Jun 2006 13:19:52 +0900 | |
changeset 2483 | 5583d5ef257e |
parent 2482 | 818ebebc4554 |
child 2484 | eabcda3ed0dd |
mercurial/bdiff.c | file | annotate | diff | comparison | revisions |
--- a/mercurial/bdiff.c Thu Jun 22 02:44:39 2006 +0200 +++ b/mercurial/bdiff.c Thu Jun 22 13:19:52 2006 +0900 @@ -10,7 +10,6 @@ */ #include <Python.h> -#include <stdint.h> #include <stdlib.h> #include <string.h> @@ -39,6 +38,7 @@ #else #include <sys/types.h> #include <arpa/inet.h> +#include <stdint.h> #endif struct line {