Signed-off-by: Johannes Schindelin <Johannes.Schindelin@xxxxxx> --- ... or should we make it wider available, by putting it into cache.h? daemon.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/daemon.c b/daemon.c index 5335d21..fc3951c 100644 --- a/daemon.c +++ b/daemon.c @@ -15,6 +15,10 @@ #include "cache.h" #include "exec_cmd.h" #include "interpolate.h" +#ifndef HOST_NAME_MAX +#define HOST_NAME_MAX 256 +#endif + static int log_syslog; static int verbose; static int reuseaddr; -- 1.4.2.1.g430572-dirty - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html