mercurial/bdiff.c
changeset 2483 5583d5ef257e
parent 2468 1ac0574f1768
child 2543 860e9c83fc59
--- 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 {