From: Bruno Haible Date: Mon, 22 May 2006 12:20:00 +0000 (+0000) Subject: Minix portability. X-Git-Tag: v0.15~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8063adb7ae17e07d8b664bd9b1b7a656c0aedf57;p=thirdparty%2Fgettext.git Minix portability. --- diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index ee444f180..7b31356af 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,8 @@ +2006-05-22 Bruno Haible + + * msgfilter.c: Include also on Minix. + Reported by Leonard den Ottolander . + 2006-05-17 Bruno Haible Cygwin portability. diff --git a/gettext-tools/src/msgfilter.c b/gettext-tools/src/msgfilter.c index 1ee5ab0db..1407b8f77 100644 --- a/gettext-tools/src/msgfilter.c +++ b/gettext-tools/src/msgfilter.c @@ -40,8 +40,8 @@ # include #endif -/* Get fd_set (on AIX) or select() declaration (on EMX). */ -#if defined (_AIX) || defined (__EMX__) +/* Get fd_set (on AIX or Minix) or select() declaration (on EMX). */ +#if defined (_AIX) || defined (_MINIX) || defined (__EMX__) # include #endif