Commit ca1cc111 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* getopt.c: Include ansidecl.h before system headers.

From-SVN: r102308
parent 118ea793
2005-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* getopt.c: Include ansidecl.h before system headers.
2005-07-22 Ben Elliston <bje@gnu.org>
* getopt.c: Include "ansidecl.h".
......
......@@ -42,8 +42,8 @@
# endif
#endif
#include <stdio.h>
#include "ansidecl.h"
#include <stdio.h>
/* Comment out all this code if we are using the GNU C Library, and are not
actually compiling the library itself. This code is part of the GNU C
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment