From owner-svn-src-projects@FreeBSD.ORG Sat May 30 17:24:42 2015 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 30B56618; Sat, 30 May 2015 17:24:42 +0000 (UTC) (envelope-from sjg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DF761676; Sat, 30 May 2015 17:24:42 +0000 (UTC) (envelope-from sjg@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4UHOfs6013314; Sat, 30 May 2015 17:24:41 GMT (envelope-from sjg@FreeBSD.org) Received: (from sjg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4UHOf1C013312; Sat, 30 May 2015 17:24:41 GMT (envelope-from sjg@FreeBSD.org) Message-Id: <201505301724.t4UHOf1C013312@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sjg set sender to sjg@FreeBSD.org using -f From: "Simon J. Gerraty" Date: Sat, 30 May 2015 17:24:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r283774 - projects/bmake/lib/libcrypt/tests X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2015 17:24:42 -0000 Author: sjg Date: Sat May 30 17:24:41 2015 New Revision: 283774 URL: https://svnweb.freebsd.org/changeset/base/283774 Log: Fix include of atf-c.h Modified: projects/bmake/lib/libcrypt/tests/Makefile.depend projects/bmake/lib/libcrypt/tests/crypt_tests.c Modified: projects/bmake/lib/libcrypt/tests/Makefile.depend ============================================================================== --- projects/bmake/lib/libcrypt/tests/Makefile.depend Sat May 30 16:30:51 2015 (r283773) +++ projects/bmake/lib/libcrypt/tests/Makefile.depend Sat May 30 17:24:41 2015 (r283774) @@ -3,6 +3,7 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} DIRDEPS = \ + gnu/lib/csu \ gnu/lib/libgcc \ include \ include/xlocale \ @@ -10,6 +11,7 @@ DIRDEPS = \ lib/atf/libatf-c \ lib/libc \ lib/libcompiler_rt \ + lib/libcrypt \ .include Modified: projects/bmake/lib/libcrypt/tests/crypt_tests.c ============================================================================== --- projects/bmake/lib/libcrypt/tests/crypt_tests.c Sat May 30 16:30:51 2015 (r283773) +++ projects/bmake/lib/libcrypt/tests/crypt_tests.c Sat May 30 17:24:41 2015 (r283774) @@ -4,7 +4,7 @@ __FBSDID("$FreeBSD$"); #include #include -#include +#include #define LEET "0.s0.l33t"