From cae3eefe176923b7af44a798197af81623d9bdd2 Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Thu, 17 Oct 2019 15:28:46 +0200 Subject: [PATCH 61/76] macros.h: include Since offsetofend macro definition relies on presence of offsetof declaration. * macros.h: Include . --- macros.h | 1 + 1 file changed, 1 insertion(+) diff --git a/macros.h b/macros.h index f3ebdaf..c58ac6a 100644 --- a/macros.h +++ b/macros.h @@ -9,6 +9,7 @@ # define STRACE_MACROS_H # include +# include # include # include "gcc_compat.h" -- 2.1.4