X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffopen.c;h=72610bd9b4414b5c4e49cac72640b55f87d2b375;hb=d1d75d5540bf75df8bc41c85b5a9fd111ca1f2dd;hp=b20d3bcd5a3b01bb824573e2aa7fa356a79a16cb;hpb=6608ac42ed5557e8340a1f45679c619909b751a1;p=gnulib.git diff --git a/lib/fopen.c b/lib/fopen.c index b20d3bcd5..72610bd9b 100644 --- a/lib/fopen.c +++ b/lib/fopen.c @@ -1,5 +1,5 @@ /* Open a stream to a file. - Copyright (C) 2007-2008 Free Software Foundation, Inc. + Copyright (C) 2007-2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -36,6 +36,8 @@ orig_fopen (const char *filename, const char *mode) #include #include #include +#include +#include FILE * rpl_fopen (const char *filename, const char *mode)