diff options
-rw-r--r-- | builtin.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -2,10 +2,7 @@ #define BUILTIN_H #include <stdio.h> - -#ifndef PATH_MAX -# define PATH_MAX 4096 -#endif +#include <limits.h> extern const char git_version_string[]; |
index : org/kernel/git.git | ||
forked from git/git | git |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | builtin.h | 5 |
@@ -2,10 +2,7 @@ #define BUILTIN_H #include <stdio.h> - -#ifndef PATH_MAX -# define PATH_MAX 4096 -#endif +#include <limits.h> extern const char git_version_string[]; |