Fix include of atf-c.h
This commit is contained in:
parent
7687e7609c
commit
dbd2e4466c
@ -3,6 +3,7 @@
|
|||||||
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
|
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
|
||||||
|
|
||||||
DIRDEPS = \
|
DIRDEPS = \
|
||||||
|
gnu/lib/csu \
|
||||||
gnu/lib/libgcc \
|
gnu/lib/libgcc \
|
||||||
include \
|
include \
|
||||||
include/xlocale \
|
include/xlocale \
|
||||||
@ -10,6 +11,7 @@ DIRDEPS = \
|
|||||||
lib/atf/libatf-c \
|
lib/atf/libatf-c \
|
||||||
lib/libc \
|
lib/libc \
|
||||||
lib/libcompiler_rt \
|
lib/libcompiler_rt \
|
||||||
|
lib/libcrypt \
|
||||||
|
|
||||||
|
|
||||||
.include <dirdeps.mk>
|
.include <dirdeps.mk>
|
||||||
|
@ -4,7 +4,7 @@ __FBSDID("$FreeBSD$");
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include <atf-c/atf-c.h>
|
#include <atf-c.h>
|
||||||
|
|
||||||
#define LEET "0.s0.l33t"
|
#define LEET "0.s0.l33t"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user