svn commit: r202074 - projects/jbuild/usr.bin/make

Craig Rodrigues rodrigc at FreeBSD.org
Mon Jan 11 10:16:12 UTC 2010


Author: rodrigc
Date: Mon Jan 11 10:16:12 2010
New Revision: 202074
URL: http://svn.freebsd.org/changeset/base/202074

Log:
  Add back include of <stdlib.h> after last
  merge from trunk.

Modified:
  projects/jbuild/usr.bin/make/make.c

Modified: projects/jbuild/usr.bin/make/make.c
==============================================================================
--- projects/jbuild/usr.bin/make/make.c	Mon Jan 11 10:15:16 2010	(r202073)
+++ projects/jbuild/usr.bin/make/make.c	Mon Jan 11 10:16:12 2010	(r202074)
@@ -75,6 +75,9 @@ __FBSDID("$FreeBSD$");
 #include <sys/param.h>
 #include <sys/stat.h>
 #include <err.h>
+#ifdef MAKE_IS_BUILD
+#include <stdlib.h>
+#endif
 #include <string.h>
 #include <unistd.h>
 


More information about the svn-src-projects mailing list