diff options
-rw-r--r-- | checkalias.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checkalias.c b/checkalias.c index 1f8936de..2afd8454 100644 --- a/checkalias.c +++ b/checkalias.c @@ -6,6 +6,7 @@ */ #include "config.h" #ifdef HAVE_GETHOSTBYNAME +#include <stdlib.h> #include <stdio.h> #include <string.h> #include <sys/types.h> |