Remove pthread.h include from netdb.h

- It is not needed in the .h, and makes gawk build fail.
This commit is contained in:
Adrien Destugues
2016-08-27 09:04:22 +02:00
parent 8a3177ff3f
commit 6980817672
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -95,8 +95,6 @@
#include <netinet/in.h>
#include <stdio.h>
#include <pthread.h>
#ifndef _PATH_NETWORKS
#define _PATH_NETWORKS "/etc/networks"
#endif
@@ -35,6 +35,7 @@ __RCSID("$NetBSD: getprotoent.c,v 1.12 2008/04/28 20:23:00 martin Exp $");
#endif /* LIBC_SCCS and not lint */
#include <netdb.h>
#include <pthread.h>
#include "protoent.h"