summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/var.c
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-05-10 13:18:58 +0000
committerharti <harti@FreeBSD.org>2005-05-10 13:18:58 +0000
commita521f4fbfdded78ae8f8cb02085c252293975ca6 (patch)
tree0f0b7bb7b8694f1b5a99997b97103451a561847d /usr.bin/make/var.c
parent67950e3bcf0fc3b0a3cce07d5ffac3c41c4e7145 (diff)
downloadFreeBSD-src-a521f4fbfdded78ae8f8cb02085c252293975ca6.zip
FreeBSD-src-a521f4fbfdded78ae8f8cb02085c252293975ca6.tar.gz
Move Cmd_Exec() from main.c to job.c and fix its prototype. This
results in a warning that will go away soon. Patch: 7.198 Submitted by: Max Okumoto <okumoto@ucsd.edu>
Diffstat (limited to 'usr.bin/make/var.c')
-rw-r--r--usr.bin/make/var.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c
index 4873af2..0bdb2b8 100644
--- a/usr.bin/make/var.c
+++ b/usr.bin/make/var.c
@@ -95,6 +95,7 @@ __FBSDID("$FreeBSD$");
#include "config.h"
#include "globals.h"
#include "GNode.h"
+#include "job.h"
#include "make.h"
#include "nonints.h"
#include "parse.h"
OpenPOWER on IntegriCloud