(log_working_directory): Declare it.

This commit is contained in:
Roland McGrath 1995-11-26 01:39:38 +00:00
parent 3f614c58ed
commit 5ed1a6399a

1
make.h
View File

@ -259,6 +259,7 @@ extern char *alloca ();
extern void die ();
extern void message (), fatal (), error ();
extern void log_working_directory ();
extern void makefile_error (), makefile_fatal ();
extern void pfatal_with_name (), perror_with_name ();
extern char *savestring (), *concat ();