From: Pip Cet Date: Sun, 1 Sep 2024 15:37:02 +0000 (+0000) Subject: Explicitly include stdlib.h in src/image.c (Bug#72929) X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5553129b0829493a2c3db1dbd26698ec3adb2015;p=emacs.git Explicitly include stdlib.h in src/image.c (Bug#72929) * src/image.c: Add include. (cherry picked from commit dc2cdd36835cdce9426d0f822590a0d2f47d0bcc) --- 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. */