mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 15:19:59 -04:00
stdio on hpux work around
This commit is contained in:
parent
42ca0077ae
commit
e91eeda769
1 changed files with 8 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue