stdio on hpux work around

This commit is contained in:
Mark Andrews 2001-04-11 08:13:11 +00:00
parent 42ca0077ae
commit e91eeda769

View file

@ -16,13 +16,20 @@
*/
#ifndef lint
static const char rcsid[] = "$Id: ns_parse.c,v 1.1 2001/03/29 06:31:57 marka Exp $";
static const char rcsid[] = "$Id: ns_parse.c,v 1.2 2001/04/11 08:13:11 marka Exp $";
#endif
/* Import. */
#include "port_before.h"
/*
* force stdio.h to be included before arpa/nameser.h as it
* #defines _ptr __ptr on HPUX
*/
#include <stdio.h>
#include <sys/types.h>
#include <netinet/in.h>