Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
*.o
*.exe
rinetd
UpgradeLog.htm
Debug
Release
4 changes: 4 additions & 0 deletions getopt.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
#include <stdlib.h>
#endif /* GNU C library. */

#ifdef WIN32
#include <string.h>
#endif

/* If GETOPT_COMPAT is defined, `+' as well as `--' can introduce a
long-named option. Because this is not POSIX.2 compliant, it is
being phased out. */
Expand Down
Loading