mirror of
https://github.com/nmap/nmap.git
synced 2026-01-01 04:19:02 +00:00
Update libpcap to 1.7.3, partially addressing #34
This commit is contained in:
@@ -57,7 +57,9 @@
|
||||
#ifndef _NETDB_H_
|
||||
#define _NETDB_H_
|
||||
|
||||
#if defined(_POSIX_THREAD_SAFE_FUNCTIONS) || defined(_REENTRANT)
|
||||
/* MingW64 defines _POSIX_THREAD_SAFE_FUNCTIONS.
|
||||
*/
|
||||
#if defined(_POSIX_THREAD_SAFE_FUNCTIONS) || defined(_REENTRANT) && !defined(__MINGW64_VERSION_MAJOR)
|
||||
#include <stdio.h>
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user