]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Avoid a warning.
authorBruno Haible <bruno@clisp.org>
Wed, 17 Jul 2002 10:34:24 +0000 (10:34 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:38 +0000 (12:08 +0200)
src/ChangeLog
src/dir-list.c

index 9e8c0ad07a7ee9010c8c24fc2e1ba0d7c4b4a99e..207c03a11ae06d097d1e5e9dc2036e3815ef7fd6 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-17  Bruno Haible  <bruno@clisp.org>
+
+       * dir-list.c: Include stdlib.h.
+
 2002-07-16  Bruno Haible  <bruno@clisp.org>
 
        * read-java.c (msgdomain_read_java): Pass $GETTEXTJEXEDIR to
index e802e1af9fe469ea87cfff4f9d3db5be8194523f..196aff682947bed649d47c9aa35f11f774282086 100644 (file)
@@ -26,6 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "dir-list.h"
 
 #include <stddef.h>
+#include <stdlib.h>
 
 #include "str-list.h"