X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffopen.c;h=c17c73f2f3926d00d90cfecb9840ca0368e4958a;hb=9397fb56e84d1e9b61ad7be55b43ac75f95412c9;hp=33412fbcea1f314097535830d942f218b1e5d059;hpb=c29a7464f1218da01129bea72cbfc3dcb524881a;p=gnulib.git diff --git a/lib/fopen.c b/lib/fopen.c index 33412fbce..c17c73f2f 100644 --- a/lib/fopen.c +++ b/lib/fopen.c @@ -1,5 +1,5 @@ /* Open a stream to a file. - Copyright (C) 2007-2011 Free Software Foundation, Inc. + Copyright (C) 2007-2012 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 @@ -33,7 +33,9 @@ orig_fopen (const char *filename, const char *mode) } /* Specification. */ -#include +/* Write "stdio.h" here, not , otherwise OSF/1 5.1 DTK cc eliminates + this include because of the preliminary #include above. */ +#include "stdio.h" #include #include