X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=git-compat-util.h;h=81883e7270daadafb4d827e894fa4645ff2e2b66;hb=7fd739cd5720fbd1d170584baff7e4f706df641c;hp=877096ecb09e524174ff22db3722d6428f43bcf4;hpb=6b948a7a480b4ad5e112eb1642e9160e2a3b4f2b;p=git.git diff --git a/git-compat-util.h b/git-compat-util.h index 877096ecb..81883e727 100644 --- a/git-compat-util.h +++ b/git-compat-util.h @@ -160,6 +160,10 @@ extern char *gitbasename(char *); #define PRIx32 "x" #endif +#ifndef PRIo32 +#define PRIo32 "o" +#endif + #ifndef PATH_SEP #define PATH_SEP ':' #endif