From e91eeda7699255a761e4ceb7654d86923d2df729 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 11 Apr 2001 08:13:11 +0000 Subject: [PATCH] stdio on hpux work around --- lib/bind/nameser/ns_parse.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/bind/nameser/ns_parse.c b/lib/bind/nameser/ns_parse.c index 6b08ee1cf1..dab0b711ad 100644 --- a/lib/bind/nameser/ns_parse.c +++ b/lib/bind/nameser/ns_parse.c @@ -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 + #include #include