Blob Blame History Raw
From cae3eefe176923b7af44a798197af81623d9bdd2 Mon Sep 17 00:00:00 2001
From: Eugene Syromyatnikov <evgsyr@gmail.com>
Date: Thu, 17 Oct 2019 15:28:46 +0200
Subject: [PATCH 61/76] macros.h: include <stddef.h>

Since offsetofend macro definition relies on presence of offsetof
declaration.

* macros.h: Include <stddef.h>.
---
 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 <stdbool.h>
+# include <stddef.h>
 # include <sys/types.h>
 
 # include "gcc_compat.h"
-- 
2.1.4