From b8be34af76e2f550efadc0d47ef3245184d95d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Wed, 5 Mar 1997 15:50:48 +0100 Subject: [PATCH] =?UTF-8?q?NeXT=20doesn=C2=B4t=20have=20unistd.h.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rev: src/modules/Image/quant.c:1.3 --- src/modules/Image/quant.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/Image/quant.c b/src/modules/Image/quant.c index cf0e495800..982354fa81 100644 --- a/src/modules/Image/quant.c +++ b/src/modules/Image/quant.c @@ -1,5 +1,5 @@ #include <config.h> -/* $Id: quant.c,v 1.2 1997/02/25 18:56:06 grubba Exp $ */ +/* $Id: quant.c,v 1.3 1997/03/05 14:50:48 grubba Exp $ */ /* @@ -10,7 +10,9 @@ David K */ +#ifdef HAVE_UNISTD_H #include <unistd.h> +#endif /* HAVE_UNISTD_H */ #include <stdio.h> #ifdef HAVE_STDLIB_H -- GitLab