* getndelim2.c: Include stddef.h, for ptrdiff_t.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 10 Jul 2004 07:58:10 +0000 (07:58 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 10 Jul 2004 07:58:10 +0000 (07:58 +0000)
lib/ChangeLog
lib/getndelim2.c

index 1afa10b..2c28e44 100644 (file)
@@ -1,3 +1,8 @@
+2004-07-09  Simon Josefsson  <jas@extundo.com>
+
+       * getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
+       failed without this.)
+
 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
 
        * fchown-stub.c: New file.
index c3c0566..9571e50 100644 (file)
@@ -27,6 +27,7 @@
 #include "getndelim2.h"
 
 #include <stdlib.h>
+#include <stddef.h>
 
 #include "unlocked-io.h"