X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffreopen.c;h=c31e30c7fb19423b6b58a3df3b3e9787b6c9a6c9;hb=98716b76d5f78e8ea0670b841ca470dffefb53d9;hp=bae06468401222fb9e7c1c3ee07cd7b1ffbe8e6b;hpb=a0d9972bfe5609bd225968ddfa76188ffa48280b;p=gnulib.git diff --git a/lib/freopen.c b/lib/freopen.c index bae064684..c31e30c7f 100644 --- a/lib/freopen.c +++ b/lib/freopen.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_freopen (const char *filename, const char *mode, FILE *stream) } /* 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