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:
parent
99a03ddb2d
commit
dc2cdd3683
1 changed files with 1 additions and 0 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue