Always use local getopt.h as cdrtools-2.01 did.

This commit is contained in:
tsutsui 2024-05-31 20:36:24 +00:00
parent d663fb0928
commit ab20b516c9
1 changed files with 1 additions and 5 deletions

View File

@ -28,11 +28,7 @@
#include "match.h"
#include "apple_proto.h"
#ifdef linux
#include <getopt.h>
#else
#include "getopt.h"
#endif
#include "getopt.h" /* Always include local (nonstandard) getopt.h */
#include "iso9660.h"
#include <ctype.h>