From 1041a8367ed98ceed0d722a1ce00adff7a99f712 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 26 Feb 2001 04:15:07 +0000 Subject: 2001-02-25 Roland McGrath * pager-memcpy.c: Include for memcpy decl. --- libpager/pager-memcpy.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libpager/pager-memcpy.c b/libpager/pager-memcpy.c index ed63c247..1104ca0d 100644 --- a/libpager/pager-memcpy.c +++ b/libpager/pager-memcpy.c @@ -1,5 +1,5 @@ /* Fault-safe copy into or out of pager-backed memory. - Copyright (C) 1996,97,99,2000 Free Software Foundation, Inc. + Copyright (C) 1996,97,99,2000,2001 Free Software Foundation, Inc. Written by Roland McGrath. This program is free software; you can redistribute it and/or @@ -20,6 +20,7 @@ #include #include #include +#include /* Try to copy *SIZE bytes between the region OTHER points to and the region at OFFSET in the pager indicated by PAGER and MEMOBJ. -- cgit v1.2.3