diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2015-05-30 17:24:41 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2015-05-30 17:24:41 +0000 |
| commit | 3a3005dfddc9f86c3b7fea75ad62ea8f4b65b90d (patch) | |
| tree | 3b09908b48300be788835099e8bf817bbd2aa1f5 /lib/libcrypt | |
| parent | 10e781d1ba9859790840230d080517c2da66de1a (diff) | |
Notes
Diffstat (limited to 'lib/libcrypt')
| -rw-r--r-- | lib/libcrypt/tests/Makefile.depend | 2 | ||||
| -rw-r--r-- | lib/libcrypt/tests/crypt_tests.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypt/tests/Makefile.depend b/lib/libcrypt/tests/Makefile.depend index cef7a1fc65b8d..42ba8392961a9 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 2b2f9e6ebed9c..ea7cfbc3da65d 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" |
