]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Portability fix.
authorBruno Haible <bruno@clisp.org>
Tue, 18 Dec 2001 13:37:32 +0000 (13:37 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 21:49:33 +0000 (23:49 +0200)
lib/ChangeLog
lib/getline.h

index 407122f2cf5ffe1b5a0b93629e3140817ff7b584..8c44fc31c302e50f1a6d3c30e1594a5e82bf9bc4 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-18  Bruno Haible  <bruno@clisp.org>
+
+       * getline.h: Include <stddef.h>, for size_t.
+
 2001-12-15  Bruno Haible  <bruno@clisp.org>
 
        * localcharset.c: Add OS/2 support.
index 5d3458020f03149fcf6bd9d7e5125486629ebbc7..6eb59c6e1441b4b1da4c3291453cf493a5bfc8fc 100644 (file)
@@ -17,6 +17,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #ifndef GETLINE_H_
 # define GETLINE_H_ 1
 
+# include <stddef.h>
 # include <stdio.h>
 
 # ifndef PARAMS