From: Josh Coalson Date: Fri, 28 Jun 2002 19:26:36 +0000 (+0000) Subject: fix path to getopt.h X-Git-Tag: 1.2.0~1803 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90dff44b56d571a33815440b880aed5168621c96;p=platform%2Fupstream%2Fflac.git fix path to getopt.h --- diff --git a/src/share/getopt.c b/src/share/getopt.c index 57e2ba1..81104ea 100644 --- a/src/share/getopt.c +++ b/src/share/getopt.c @@ -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. diff --git a/src/share/getopt1.c b/src/share/getopt1.c index 745798c..f7628fa 100644 --- a/src/share/getopt1.c +++ b/src/share/getopt1.c @@ -36,6 +36,7 @@ #include #endif +#include "share/getopt.h" /*[JEC] was:#include "getopt.h"*/ #if !defined __STDC__ || !__STDC__