1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 18:41:25 -08:00

Explicitly include stdlib.h in src/image.c (Bug#72929)

* src/image.c: Add include.
This commit is contained in:
Pip Cet 2024-09-01 15:37:02 +00:00
parent 99a03ddb2d
commit dc2cdd3683

View file

@ -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. */