Use fixed-size integers when writing out the index in fast-import.
[gitweb.git] / git-compat-util.h
index 614583e56adecb3217d18bd27a2f5b873ae0d55e..ac06963e8d89b3da84b66c4d2ddc3eba399ba1e4 100644 (file)
@@ -46,6 +46,7 @@
 #include <arpa/inet.h>
 #include <netdb.h>
 #include <pwd.h>
+#include <stdint.h>
 #include <grp.h>
 
 #ifndef NO_ICONV