(getopt.h) move to src/lib/gen directory to prevent conflicts with
/usr/include/getopt.h.
This commit is contained in:
parent
ebb9a16af1
commit
fd700f235b
3 changed files with 181 additions and 183 deletions
|
@ -1,4 +1,3 @@
|
|||
#if defined(_WIN32)
|
||||
/* Declarations for getopt.
|
||||
Copyright (C) 1989-1994, 1996-1999, 2001 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
@ -179,4 +178,3 @@ extern int _getopt_internal ();
|
|||
#undef __need_getopt
|
||||
|
||||
#endif /* getopt.h */
|
||||
#endif
|
|
@ -48,7 +48,7 @@
|
|||
#if defined(_WIN32)
|
||||
#include <winsock.h>
|
||||
#include <process.h>
|
||||
#include "getopt.h"
|
||||
#include "../lib/gen/getopt.h"
|
||||
#endif
|
||||
|
||||
#include "misc.h"
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#include <sys/file.h>
|
||||
#else
|
||||
#include <direct.h>
|
||||
#include "getopt.h"
|
||||
#include "../lib/gen/getopt.h"
|
||||
#endif
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue