From b51f69f620968a2273735382493a21591c01212d Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sat, 1 Jul 2023 14:10:28 +0100 Subject: [PATCH] Add missing include. --- example/notify_inval_entry.c | 1 + test/test_write_cache.c | 1 + 2 files changed, 2 insertions(+) diff --git a/example/notify_inval_entry.c b/example/notify_inval_entry.c index ea3d43f..0d085df 100644 --- a/example/notify_inval_entry.c +++ b/example/notify_inval_entry.c @@ -87,6 +87,7 @@ #include #include #include +#include #include #include diff --git a/test/test_write_cache.c b/test/test_write_cache.c index bc62ac1..e96a882 100644 --- a/test/test_write_cache.c +++ b/test/test_write_cache.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #ifndef __linux__ -- 2.30.2