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

From-SVN: r102308
This commit is contained in:
Kaveh R. Ghazi 2005-07-23 14:57:03 +00:00 committed by Kaveh Ghazi
parent 118ea79312
commit ca1cc11138
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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> 2005-07-22 Ben Elliston <bje@gnu.org>
* getopt.c: Include "ansidecl.h". * getopt.c: Include "ansidecl.h".

View File

@ -42,8 +42,8 @@
# endif # endif
#endif #endif
#include <stdio.h>
#include "ansidecl.h" #include "ansidecl.h"
#include <stdio.h>
/* Comment out all this code if we are using the GNU C Library, and are not /* 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 actually compiling the library itself. This code is part of the GNU C