diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xgethostname.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/xgethostname.c b/lib/xgethostname.c index 5178784ba..60ee91a13 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 |