From b9d326c568e7a8065f56314d453bf19f838702fc Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 21 Aug 2024 09:35:58 -0500 Subject: [PATCH] man: Ensure notify example includes This ensures that memcpy and strerror are defined. This is especially important with GCC 14 as implicit function declarations are now an error. --- man/notify-selfcontained-example.c | 1 + 1 file changed, 1 insertion(+) diff --git a/man/notify-selfcontained-example.c b/man/notify-selfcontained-example.c index 6bbe4f2e3ba..3498d508430 100644 --- a/man/notify-selfcontained-example.c +++ b/man/notify-selfcontained-example.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include -- 2.47.3