summaryrefslogtreecommitdiffstats
path: root/lib/libcrypt
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2015-05-30 17:24:41 +0000
committersjg <sjg@FreeBSD.org>2015-05-30 17:24:41 +0000
commitdbd2e4466c00544577f8ce6a5fca321f174147c4 (patch)
tree3b09908b48300be788835099e8bf817bbd2aa1f5 /lib/libcrypt
parent7687e7609cdd087938d5428efd7584b0fcb73af7 (diff)
downloadFreeBSD-src-dbd2e4466c00544577f8ce6a5fca321f174147c4.zip
FreeBSD-src-dbd2e4466c00544577f8ce6a5fca321f174147c4.tar.gz
Fix include of atf-c.h
Diffstat (limited to 'lib/libcrypt')
-rw-r--r--lib/libcrypt/tests/Makefile.depend2
-rw-r--r--lib/libcrypt/tests/crypt_tests.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypt/tests/Makefile.depend b/lib/libcrypt/tests/Makefile.depend
index cef7a1f..42ba839 100644
--- a/lib/libcrypt/tests/Makefile.depend
+++ b/lib/libcrypt/tests/Makefile.depend
@@ -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 <dirdeps.mk>
diff --git a/lib/libcrypt/tests/crypt_tests.c b/lib/libcrypt/tests/crypt_tests.c
index 2b2f9e6..ea7cfbc 100644
--- a/lib/libcrypt/tests/crypt_tests.c
+++ b/lib/libcrypt/tests/crypt_tests.c
@@ -4,7 +4,7 @@ __FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <unistd.h>
-#include <atf-c/atf-c.h>
+#include <atf-c.h>
#define LEET "0.s0.l33t"
OpenPOWER on IntegriCloud