]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Portability to SunOS4.
authorBruno Haible <bruno@clisp.org>
Wed, 6 Mar 2002 19:15:21 +0000 (19:15 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:07:47 +0000 (12:07 +0200)
libuniname/ChangeLog
libuniname/uniname.c

index c34d721bf00b0332a5fb77e0d12a931274d55adb..08e43da3897219715ad2e0827a9e2591d5f715a2 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-07  Bruno Haible  <bruno@clisp.org>
+
+       * uniname.c: Include <stdio.h>, needed by assert() on SunOS 4.
+
 2002-02-19  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (EXTRA_DIST): Add $(TESTS).
index 63bd848aa6880e14fd7cfb145de35232b70b9a38..4deb465ef9b45a0352f4ded426b6b99cb0df5cde 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <assert.h>
 #include <stdbool.h>
+#include <stdio.h>
 #include <string.h>
 
 #define SIZEOF(a) (sizeof(a) / sizeof(a[0]))