summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/make.c
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2009-12-17 12:42:45 +0000
committerstas <stas@FreeBSD.org>2009-12-17 12:42:45 +0000
commit9b4a1c7a67fc4c8488ba2d7690a98718e194c758 (patch)
treedd3f7b476accbf24cf10968985eb8b4f2109bc25 /usr.bin/make/make.c
parent268b58e51f7a0997898cba8ef7881216960f51d6 (diff)
downloadFreeBSD-src-9b4a1c7a67fc4c8488ba2d7690a98718e194c758.zip
FreeBSD-src-9b4a1c7a67fc4c8488ba2d7690a98718e194c758.tar.gz
- Partially revert r200417. config.h brings several definitions,
that appears to be actually used. Without config.h included cross-build of world failed (at least for ARM).
Diffstat (limited to 'usr.bin/make/make.c')
-rw-r--r--usr.bin/make/make.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c
index bbbc899..3e6cb42 100644
--- a/usr.bin/make/make.c
+++ b/usr.bin/make/make.c
@@ -73,6 +73,7 @@ __FBSDID("$FreeBSD$");
*/
#include "arch.h"
+#include "config.h"
#include "dir.h"
#include "globals.h"
#include "GNode.h"
OpenPOWER on IntegriCloud