From 92f99bd0a43ef1a8db2cf75f8cb3ba6606a8e1eb Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 31 Aug 2020 15:20:50 +0000 Subject: [PATCH] Nbase is needed for __attribute__ on Windows --- output.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/output.h b/output.h index 1ced040ce..4a056ba3e 100644 --- a/output.h +++ b/output.h @@ -137,6 +137,8 @@ #ifndef OUTPUT_H #define OUTPUT_H +#include // __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