mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix path to getopt.h
This commit is contained in:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user