1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-19 14:09:02 +00:00

Include nbase_winunix.h from nsock_internal.h

This commit is contained in:
henri
2012-10-22 15:55:46 +00:00
parent aef88b5b1b
commit 34b0f235cd

View File

@@ -68,6 +68,7 @@
#ifdef WIN32
#include "nbase_winconfig.h"
#include "nbase_winunix.h"
#include <Winsock2.h>
#endif