From 0bd6d30dc195911d525877b42f4821355f2f25e4 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 18 Aug 2024 03:12:46 -0500 Subject: [PATCH 25/34] man: Ensure notify example includes Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit This ensures that memcpy and strerror are defined. This is especially important as GCC 14 makes implicit function declarations an error. Signed-off-by: A. Wilcox Signed-off-by: Alexander Miroshnichenko --- 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 6bbe4f2e3bad..3498d508430d 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.41.0