]> Pileus Git - ~andy/fetchmail/commitdiff
64-bit cleanness.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 30 Oct 1998 18:21:36 +0000 (18:21 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 30 Oct 1998 18:21:36 +0000 (18:21 -0000)
svn path=/trunk/; revision=2163

checkalias.c

index 1f8936de473eca31b5171a7193ed794a23e53445..2afd8454355f1aa7f3e58935f5c2fa943f97c130 100644 (file)
@@ -6,6 +6,7 @@
  */
 #include "config.h"
 #ifdef HAVE_GETHOSTBYNAME
+#include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
 #include <sys/types.h>