X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=git-compat-util.h;h=81883e7270daadafb4d827e894fa4645ff2e2b66;hb=a27d5bef56d0689873b29236addf4f7879e974ec;hp=877096ecb09e524174ff22db3722d6428f43bcf4;hpb=aca35505db3706c87d391dd213e856f73edfd42c;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