1
0
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:
dmiller
2015-06-23 00:09:07 +00:00
parent dfa969f3a2
commit dc6fcb4be1

View File

@@ -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 ***********************************/