From 05cbec50d6b32df3127e3f421de5c9ef0c4d130d Mon Sep 17 00:00:00 2001 From: marcel Date: Thu, 15 Nov 2012 04:42:30 +0000 Subject: The *_STR* macros use strcmp() to check their arguments. Include string.h to have this definition available. Upstream commit: 1dc1884f778f88811583e6a54610a6d7e421ca63 Submitted by: Garrett Cooper --- contrib/atf/atf-c/macros.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/atf/atf-c') diff --git a/contrib/atf/atf-c/macros.h b/contrib/atf/atf-c/macros.h index 12f7488..7afe9e8 100644 --- a/contrib/atf/atf-c/macros.h +++ b/contrib/atf/atf-c/macros.h @@ -30,6 +30,8 @@ #if !defined(ATF_C_MACROS_H) #define ATF_C_MACROS_H +#include + #include #include #include -- cgit v1.1