diff --git a/src/share/getopt.c b/src/share/getopt.c index 57e2ba1c..81104ea0 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 745798c8..f7628fad 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__