diff 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
line wrap: on
line diff
--- a/mercurial/bdiff.c
+++ b/mercurial/bdiff.c
@@ -27,6 +27,7 @@ static uint32_t htonl(uint32_t x)
 #else
   #include <netinet/in.h>
   #include <sys/types.h>
+  #include <stdint.h>
 #endif
 
 struct line {