The *_STR* macros use strcmp() to check their arguments. Include string.h
to have this definition available. Upstream commit: 1dc1884f778f88811583e6a54610a6d7e421ca63 Submitted by: Garrett Cooper <yanegomi@gmail.com>
This commit is contained in:
parent
ffdac8145e
commit
8017b8a3c1
@ -30,6 +30,8 @@
|
||||
#if !defined(ATF_C_MACROS_H)
|
||||
#define ATF_C_MACROS_H
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <atf-c/defs.h>
|
||||
#include <atf-c/error.h>
|
||||
#include <atf-c/tc.h>
|
||||
|
Loading…
Reference in New Issue
Block a user