Fix include of atf-c.h
This commit is contained in:
parent
7687e7609c
commit
dbd2e4466c
@ -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>
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user