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:
Marcel Moolenaar 2012-11-15 04:42:30 +00:00
parent ffdac8145e
commit 8017b8a3c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243054

View file

@ -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>