Fix some formatting
[oweals/busybox.git] / nslookup.c
index 5a6387d79a29002d407e37dcd701c13f18cb6c89..1f37e313f1841a8f1e28bee5a28dad2c613e99f9 100644 (file)
@@ -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.15 2001/01/20 21:51:21 andersen Exp $ */
+/* $Id: nslookup.c,v 1.19 2001/01/27 08:24:37 andersen Exp $ */