From 90dff44b56d571a33815440b880aed5168621c96 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 28 Jun 2002 19:26:36 +0000 Subject: [PATCH] fix path to getopt.h --- src/share/getopt.c | 1 + src/share/getopt1.c | 1 + 2 files changed, 2 insertions(+) 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__ -- 2.7.4