Always use local getopt.h as cdrtools-2.01 did.
This commit is contained in:
parent
d663fb0928
commit
ab20b516c9
|
@ -28,11 +28,7 @@
|
||||||
#include "match.h"
|
#include "match.h"
|
||||||
#include "apple_proto.h"
|
#include "apple_proto.h"
|
||||||
|
|
||||||
#ifdef linux
|
#include "getopt.h" /* Always include local (nonstandard) getopt.h */
|
||||||
#include <getopt.h>
|
|
||||||
#else
|
|
||||||
#include "getopt.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "iso9660.h"
|
#include "iso9660.h"
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
Loading…
Reference in New Issue