diff options
Diffstat (limited to 'networking/nslookup.c')
-rw-r--r-- | networking/nslookup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/networking/nslookup.c b/networking/nslookup.c index 271518f22..1f37e313f 100644 --- a/networking/nslookup.c +++ b/networking/nslookup.c @@ -26,6 +26,7 @@ #include <errno.h> #include <stdio.h> #include <string.h> +#include <stdlib.h> #include <netdb.h> #include <sys/socket.h> @@ -169,4 +170,4 @@ int nslookup_main(int argc, char **argv) return EXIT_SUCCESS; } -/* $Id: nslookup.c,v 1.18 2001/01/24 18:44:54 andersen Exp $ */ +/* $Id: nslookup.c,v 1.19 2001/01/27 08:24:37 andersen Exp $ */ |