aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
authorPaul Eggert2011-01-09 00:12:35 -0800
committerPaul Eggert2011-01-09 00:12:35 -0800
commit4004364e6777a1ed2c3e2c0fdf9fed871b186ac3 (patch)
tree44d96204ce5ebd144662234e6185d542838be9d1 /src/image.c
parent613f7bda1d003048ad79e7c4bba744e5057d609e (diff)
downloademacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.tar.gz
emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.zip
Include <unistd.h> unilaterally.
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/image.c b/src/image.c
index fd1b921056c..bff56b5f961 100644
--- a/src/image.c
+++ b/src/image.c
@@ -22,10 +22,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
22#include <stdio.h> 22#include <stdio.h>
23#include <math.h> 23#include <math.h>
24#include <ctype.h> 24#include <ctype.h>
25
26#ifdef HAVE_UNISTD_H
27#include <unistd.h> 25#include <unistd.h>
28#endif
29 26
30#ifdef HAVE_PNG 27#ifdef HAVE_PNG
31#if defined HAVE_LIBPNG_PNG_H 28#if defined HAVE_LIBPNG_PNG_H