Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
INSTALL: Update description of our SHA-1 code
[gitweb.git]
/
git-compat-util.h
diff --git
a/git-compat-util.h
b/git-compat-util.h
index 71b5acb6fa2a0de36325cb8c2c6d56b458dfc7e5..e5e9f39c5678e97c69fe5314a964858ed5412163 100644
(file)
--- a/
git-compat-util.h
+++ b/
git-compat-util.h
@@
-174,6
+174,8
@@
extern char *gitbasename(char *);
#endif
#endif
+#include "compat/bswap.h"
+
/* General helper functions */
extern void usage(const char *err) NORETURN;
extern void die(const char *err, ...) NORETURN __attribute__((format (printf, 1, 2)));