mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Change an include of <windows.h> to one of "nbase.h"; for some reason this was giving me compiler errors (the ones from OpenSSL including <winsock.h>).
This commit is contained in:
parent
8d6d0c1c17
commit
4ede60791d
1 changed files with 1 additions and 5 deletions
|
|
@ -89,11 +89,7 @@
|
|||
|
||||
/* $Id:$ */
|
||||
|
||||
#ifdef WIN32
|
||||
/* <openssl/x509.h> expects <windows.h> to have been loaded for definitions of
|
||||
X509_NAME and some other symbols. */
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include "nbase.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue