summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-03-24 23:39:24 +0000
committerRoland McGrath <roland@redhat.com>1995-03-24 23:39:24 +0000
commit3f9ce84b4a9e560582e1a2c041a20077712c9449 (patch)
tree8bb4ec7d9a9c2fbc1a2db897101ada4e935fc11e
parentbdbe8501c662d4087c080deb6b258ac92f15f158 (diff)
downloadgunmake-3f9ce84b4a9e560582e1a2c041a20077712c9449.tar.gz
Include <assert.h>.
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 3777ef9..58b4bc1 100644
--- a/main.c
+++ b/main.c
@@ -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 ();