X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-compat-util.h;h=81883e7270daadafb4d827e894fa4645ff2e2b66;hb=2f76919517e98bb5e979d6c8c7bbc3478a066a21;hp=877096ecb09e524174ff22db3722d6428f43bcf4;hpb=88bf110494c7f0dd3bcef7b7a8aebbbc2e9a826b;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