mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fix build breakage on Windows due to missing nbase.h include
This commit is contained in:
parent
dfa969f3a2
commit
dc6fcb4be1
1 changed files with 2 additions and 1 deletions
|
|
@ -128,9 +128,10 @@
|
|||
|
||||
/* Keep assert() defined for security reasons */
|
||||
#undef NDEBUG
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "nbase.h" /* __attribute__ */
|
||||
|
||||
/********************** DEFINES/ENUMS ***********************************/
|
||||
|
||||
/********************** STRUCTURES ***********************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue