From 6715edde5bc8e4ef8b6b289298261e16f0bb8c78 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 25 Apr 2003 10:47:15 +0000 Subject: [PATCH] Include , for size_t. --- lib/ChangeLog | 4 ++++ lib/copy-file.c | 1 + 2 files changed, 5 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 6373484e3b..a1de8c0834 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2003-04-25 Bruno Haible + + * copy-file.c: Include , for size_t. + 2003-04-25 Jim Meyering * copy-file.c (copy_file_preserving): Declare buf_size to be diff --git a/lib/copy-file.c b/lib/copy-file.c index 41191d21a0..198a01417f 100644 --- a/lib/copy-file.c +++ b/lib/copy-file.c @@ -26,6 +26,7 @@ #include #include +#include #include #ifdef HAVE_UNISTD_H -- 2.30.2