diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/image.c | 1 |
1 files changed, 1 insertions, 0 deletions
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/>. */ | |||
| 23 | #include <fcntl.h> | 23 | #include <fcntl.h> |
| 24 | #include <math.h> | 24 | #include <math.h> |
| 25 | #include <unistd.h> | 25 | #include <unistd.h> |
| 26 | #include <stdlib.h> | ||
| 26 | 27 | ||
| 27 | /* Include this before including <setjmp.h> to work around bugs with | 28 | /* Include this before including <setjmp.h> to work around bugs with |
| 28 | older libpng; see Bug#17429. */ | 29 | older libpng; see Bug#17429. */ |