comparison mercurial/mpatch.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 688d03d6997a
children 50da4bb9cab6
comparison
equal deleted inserted replaced
458:ff8fbf99cd64 463:ea93402b81b9
36 } 36 }
37 37
38 #else 38 #else
39 #include <netinet/in.h> 39 #include <netinet/in.h>
40 #include <sys/types.h> 40 #include <sys/types.h>
41 #include <stdint.h>
41 #endif 42 #endif
42 43
43 static char mpatch_doc[] = "Efficient binary patching."; 44 static char mpatch_doc[] = "Efficient binary patching.";
44 45
45 struct frag { 46 struct frag {