]> Pileus Git - ~andy/git/blobdiff - git-compat-util.h
make sure byte swapping is optimal for git
[~andy/git] / git-compat-util.h
index 9f941e42b16d927f738b4911b41344dd2f3ed0da..000859ed909a286e9caa8b703a2fd10e9c6dc76f 100644 (file)
@@ -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)));