Include <sys/types.h> explicitly to get declaration of u_long for

<netinet/in.h> - don't depend on namespace pollution in <stdio.h>.
This commit is contained in:
Bruce Evans 1995-02-03 20:25:59 +00:00
parent 1bca1a0922
commit 9504046bea

View File

@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: dnslookup.c,v 1.1 1995/01/31 08:58:52 wpaul Exp $
*/
/*
@ -41,6 +41,7 @@
** it disappeared up its own belly button.
*/
#include <sys/types.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>