diff options
author | Roland McGrath <roland@redhat.com> | 1995-03-24 23:39:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-03-24 23:39:24 +0000 |
commit | 3f9ce84b4a9e560582e1a2c041a20077712c9449 (patch) | |
tree | 8bb4ec7d9a9c2fbc1a2db897101ada4e935fc11e | |
parent | bdbe8501c662d4087c080deb6b258ac92f15f158 (diff) | |
download | gunmake-3f9ce84b4a9e560582e1a2c041a20077712c9449.tar.gz |
Include <assert.h>.
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 (); |