From bb70624e964126b7ac4ff085ba163a9c35ffa18f Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Fri, 17 Mar 2000 21:46:59 +0000 Subject: Imported from ../bash-2.04.tar.gz. --- builtins/getopt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'builtins/getopt.c') diff --git a/builtins/getopt.c b/builtins/getopt.c index ff44340..6ea3401 100644 --- a/builtins/getopt.c +++ b/builtins/getopt.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */ #include @@ -27,7 +27,7 @@ #endif #include -#include "../memalloc.h" +#include "memalloc.h" #include "../shell.h" #include "getopt.h" -- cgit v1.2.3