Code

remove logical typo in documentation of sample update hook
[git.git] / git-compat-util.h
index 71b5acb6fa2a0de36325cb8c2c6d56b458dfc7e5..e5e9f39c5678e97c69fe5314a964858ed5412163 100644 (file)
@@ -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)));