Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Use uintmax_t for marks in fast-import.
[gitweb.git]
/
git-compat-util.h
diff --git
a/git-compat-util.h
b/git-compat-util.h
index 8781e8e22d575c155967c8766f5d74835c0b1f78..614583e56adecb3217d18bd27a2f5b873ae0d55e 100644
(file)
--- a/
git-compat-util.h
+++ b/
git-compat-util.h
@@
-28,6
+28,7
@@
#include <string.h>
#include <errno.h>
#include <limits.h>
+#include <inttypes.h>
#include <sys/param.h>
#include <sys/types.h>
#include <dirent.h>