We do not like "HEAD" as a new branch name
[git.git] / git-compat-util.h
index 4185b12..ead0ede 100644 (file)
@@ -110,4 +110,7 @@ static inline int sane_case(int x, int high)
        return x;
 }
 
+#ifndef MAXPATHLEN
+#define MAXPATHLEN 256
+#endif
 #endif