X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmd5.c;h=2f249521cbeab2386b10a5379dda9a3635436eb7;hb=fe13248ec3e6de9b670cc1d5786b58f514ef0abd;hp=1908fa820e7513fab8e9ac9a2ea54f64f4fa8042;hpb=7c8ed14a52a3c1e14e8483e749b5a58639bdbbec;p=gnulib.git diff --git a/lib/md5.c b/lib/md5.c index 1908fa820..2f249521c 100644 --- a/lib/md5.c +++ b/lib/md5.c @@ -1,6 +1,6 @@ /* md5.c - Functions to compute MD5 message digest of files or memory blocks according to the definition of MD5 in RFC 1321 from April 1992. - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 2001 Free Software Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@prep.ai.mit.edu. @@ -36,6 +36,7 @@ #endif #include "md5.h" +#include "unlocked-io.h" #ifdef _LIBC # include