From: Bruno Haible Date: Wed, 6 Mar 2002 19:15:21 +0000 (+0000) Subject: Portability to SunOS4. X-Git-Tag: v0.11.1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c721f718866b21f02d180da2b705c63467a1f31;p=thirdparty%2Fgettext.git Portability to SunOS4. --- diff --git a/libuniname/ChangeLog b/libuniname/ChangeLog index c34d721bf..08e43da38 100644 --- a/libuniname/ChangeLog +++ b/libuniname/ChangeLog @@ -1,3 +1,7 @@ +2002-03-07 Bruno Haible + + * uniname.c: Include , needed by assert() on SunOS 4. + 2002-02-19 Bruno Haible * Makefile.am (EXTRA_DIST): Add $(TESTS). diff --git a/libuniname/uniname.c b/libuniname/uniname.c index 63bd848aa..4deb465ef 100644 --- a/libuniname/uniname.c +++ b/libuniname/uniname.c @@ -24,6 +24,7 @@ #include #include +#include #include #define SIZEOF(a) (sizeof(a) / sizeof(a[0]))