fix path to getopt.h
This commit is contained in:
parent
b2cc54ac2e
commit
90dff44b56
@ -116,6 +116,7 @@
|
||||
GNU application programs can use a third alternative mode in which
|
||||
they can distinguish the relative order of options and other arguments. */
|
||||
|
||||
#include "share/getopt.h"
|
||||
/*[JEC] was:#include "getopt.h"*/
|
||||
|
||||
/* For communication from `FLAC__share__getopt' to the caller.
|
||||
|
@ -36,6 +36,7 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "share/getopt.h"
|
||||
/*[JEC] was:#include "getopt.h"*/
|
||||
|
||||
#if !defined __STDC__ || !__STDC__
|
||||
|
Loading…
Reference in New Issue
Block a user