From 5553129b0829493a2c3db1dbd26698ec3adb2015 Mon Sep 17 00:00:00 2001 From: Pip Cet Date: Sun, 1 Sep 2024 15:37:02 +0000 Subject: [PATCH] Explicitly include stdlib.h in src/image.c (Bug#72929) * src/image.c: Add include. (cherry picked from commit dc2cdd36835cdce9426d0f822590a0d2f47d0bcc) --- src/image.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/image.c b/src/image.c index 41eeebff36e..34936977a40 100644 --- a/src/image.c +++ b/src/image.c @@ -23,6 +23,7 @@ along with GNU Emacs. If not, see . */ #include #include #include +#include /* Include this before including to work around bugs with older libpng; see Bug#17429. */ -- 2.39.5