projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdbe850
)
Include <assert.h>.
author
Roland McGrath
<roland@redhat.com>
Fri, 24 Mar 1995 23:39:24 +0000
(23:39 +0000)
committer
Roland McGrath
<roland@redhat.com>
Fri, 24 Mar 1995 23:39:24 +0000
(23:39 +0000)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index 3777ef9c9c0f339e522ed76aa218574d1845dec1..58b4bc19974aaefe8c2d46d6d36f2efd508456f6 100644
(file)
--- 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 ();