fix path to getopt.h

This commit is contained in:
Josh Coalson 2002-06-28 19:26:36 +00:00
parent b2cc54ac2e
commit 90dff44b56
2 changed files with 2 additions and 0 deletions

View File

@ -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.

View File

@ -36,6 +36,7 @@
#include <config.h>
#endif
#include "share/getopt.h"
/*[JEC] was:#include "getopt.h"*/
#if !defined __STDC__ || !__STDC__