Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
make sure byte swapping is optimal for git
[gitweb.git]
/
git-compat-util.h
diff --git
a/git-compat-util.h
b/git-compat-util.h
index 9f941e42b16d927f738b4911b41344dd2f3ed0da..000859ed909a286e9caa8b703a2fd10e9c6dc76f 100644
(file)
--- a/
git-compat-util.h
+++ b/
git-compat-util.h
@@
-176,6
+176,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)));