From e151df91d8edae21780b54f8a59eb05013d8dfd8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 13 Sep 2003 10:20:45 +0000 Subject: [PATCH] Include exit.h. Remove; now done by exit.h --- lib/xgethostname.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/xgethostname.c b/lib/xgethostname.c index 5178784bac..60ee91a134 100644 --- a/lib/xgethostname.c +++ b/lib/xgethostname.c @@ -30,16 +30,13 @@ extern int errno; #endif #include "error.h" +#include "exit.h" #include "xalloc.h" #ifndef ENAMETOOLONG # define ENAMETOOLONG 9999 #endif -#ifndef EXIT_FAILURE -# define EXIT_FAILURE 1 -#endif - int gethostname (); #ifndef INITIAL_HOSTNAME_LENGTH -- 2.47.2