mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Nbase is needed for __attribute__ on Windows
This commit is contained in:
parent
3d382bdf17
commit
92f99bd0a4
1 changed files with 2 additions and 0 deletions
2
output.h
2
output.h
|
|
@ -137,6 +137,8 @@
|
|||
#ifndef OUTPUT_H
|
||||
#define OUTPUT_H
|
||||
|
||||
#include <nbase.h> // __attribute__
|
||||
|
||||
#define LOG_NUM_FILES 4 /* # of values that actual files (they must come first */
|
||||
#define LOG_FILE_MASK 15 /* The mask for log types in the file array */
|
||||
#define LOG_NORMAL 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue