Blame SOURCES/0061-macros.h-include-stddef.h.patch

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