Include <stddef.h>, for size_t.
authorBruno Haible <bruno@clisp.org>
Fri, 25 Apr 2003 10:47:15 +0000 (10:47 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 25 Apr 2003 10:47:15 +0000 (10:47 +0000)
lib/ChangeLog
lib/copy-file.c

index 6373484e3bbfb8501dd5217a1e664ccfee942d38..a1de8c083477863ca25206a7ee132f58221cf301 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-25  Bruno Haible  <bruno@clisp.org>
+
+       * copy-file.c: Include <stddef.h>, for size_t.
+
 2003-04-25  Jim Meyering  <jim@meyering.net>
 
        * copy-file.c (copy_file_preserving): Declare buf_size to be
index 41191d21a016d64d73e7e15cc39a9a0f497b02ca..198a01417f648e7f09b8ea94411a9416bcbfb71c 100644 (file)
@@ -26,6 +26,7 @@
 
 #include <errno.h>
 #include <fcntl.h>
+#include <stddef.h>
 #include <sys/stat.h>
 
 #ifdef HAVE_UNISTD_H