]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Portability fixes.
authorBruno Haible <bruno@clisp.org>
Tue, 6 Nov 2001 18:40:56 +0000 (18:40 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 20:53:32 +0000 (22:53 +0200)
lib/ChangeLog
lib/tmpdir.c
src/msgl-equal.c
src/str-list.c

index 6da8003e5b4f44ae2bb23d9c1ea566c2b8d67729..5550aef02f5a5a09bbac65ae234710e099bb14df 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-05  Bruno Haible  <haible@clisp.cons.org>
+
+       * tmpdir.c: Include string.h.
+
 2001-11-01  Bruno Haible  <haible@clisp.cons.org>
 
        * execute.c (execute): If the subprocess fails, exit with return code
index 159547e49badffcdb1ad6b5b0b1d4b2c421dca0f..37f4f6a3953cae23da7bde26a8bd54dbbc082fdc 100644 (file)
@@ -26,6 +26,7 @@
 #include "tmpdir.h"
 
 #include <stdlib.h>
+#include <string.h>
 
 #include <errno.h>
 #ifndef __set_errno
index f66b561a1158ecd07425c179f9e6e71cf1883fcb..0c9763092405df53597aa0428e04a0e6c75bc822 100644 (file)
@@ -24,6 +24,8 @@
 /* Specification.  */
 #include "msgl-equal.h"
 
+#include <string.h>
+
 
 /* Prototypes for local functions.  Needed to ensure compiler checking of
    function argument counts despite of K&R C function definition syntax.  */
index 98a8adb80b41c6ad4552fcbdab861c489d7d7d9b..73163154e42bf447e0124f8d9934ceed72cd1e90 100644 (file)
@@ -26,6 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "xmalloc.h"