mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Fix build breakage on Windows due to missing nbase.h include
This commit is contained in:
@@ -128,9 +128,10 @@
|
|||||||
|
|
||||||
/* Keep assert() defined for security reasons */
|
/* Keep assert() defined for security reasons */
|
||||||
#undef NDEBUG
|
#undef NDEBUG
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
#include "nbase.h" /* __attribute__ */
|
||||||
|
|
||||||
/********************** DEFINES/ENUMS ***********************************/
|
/********************** DEFINES/ENUMS ***********************************/
|
||||||
|
|
||||||
/********************** STRUCTURES ***********************************/
|
/********************** STRUCTURES ***********************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user