fix path to getopt.h
authorJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 28 Jun 2002 19:26:36 +0000 (19:26 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 28 Jun 2002 19:26:36 +0000 (19:26 +0000)
src/share/getopt.c
src/share/getopt1.c

index 57e2ba1..81104ea 100644 (file)
    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.
index 745798c..f7628fa 100644 (file)
@@ -36,6 +36,7 @@
 #include <config.h>
 #endif
 
+#include "share/getopt.h"
 /*[JEC] was:#include "getopt.h"*/
 
 #if !defined __STDC__ || !__STDC__