From: Bruno Haible Date: Tue, 6 Nov 2001 18:40:56 +0000 (+0000) Subject: Portability fixes. X-Git-Tag: v0.11~325 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1cad867e847483cb81e54215c9ae513eb7c4bcf;p=thirdparty%2Fgettext.git Portability fixes. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 6da8003e5..5550aef02 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2001-11-05 Bruno Haible + + * tmpdir.c: Include string.h. + 2001-11-01 Bruno Haible * execute.c (execute): If the subprocess fails, exit with return code diff --git a/lib/tmpdir.c b/lib/tmpdir.c index 159547e49..37f4f6a39 100644 --- a/lib/tmpdir.c +++ b/lib/tmpdir.c @@ -26,6 +26,7 @@ #include "tmpdir.h" #include +#include #include #ifndef __set_errno diff --git a/src/msgl-equal.c b/src/msgl-equal.c index f66b561a1..0c9763092 100644 --- a/src/msgl-equal.c +++ b/src/msgl-equal.c @@ -24,6 +24,8 @@ /* Specification. */ #include "msgl-equal.h" +#include + /* Prototypes for local functions. Needed to ensure compiler checking of function argument counts despite of K&R C function definition syntax. */ diff --git a/src/str-list.c b/src/str-list.c index 98a8adb80..73163154e 100644 --- a/src/str-list.c +++ b/src/str-list.c @@ -26,6 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include +#include #include "xmalloc.h"