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