Include <assert.h>.

This commit is contained in:
Roland McGrath 1995-03-24 23:39:24 +00:00
parent bdbe8501c6
commit 3f9ce84b4a

1
main.c
View file

@ -23,6 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "variable.h"
#include "job.h"
#include "getopt.h"
#include <assert.h>
extern void print_variable_data_base ();