emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master dc2cdd36835: Explicitly include stdlib.h in src/image.c (Bug#7292


From: Pip Cet
Subject: master dc2cdd36835: Explicitly include stdlib.h in src/image.c (Bug#72929)
Date: Sun, 1 Sep 2024 11:38:40 -0400 (EDT)

branch: master
commit dc2cdd36835cdce9426d0f822590a0d2f47d0bcc
Author: Pip Cet <pipcet@protonmail.com>
Commit: Pip Cet <pipcet@protonmail.com>

    Explicitly include stdlib.h in src/image.c (Bug#72929)
    
    * src/image.c: Add include.
---
 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 
<https://www.gnu.org/licenses/>.  */
 #include <fcntl.h>
 #include <math.h>
 #include <unistd.h>
+#include <stdlib.h>
 
 /* Include this before including <setjmp.h> to work around bugs with
    older libpng; see Bug#17429.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]