summaryrefslogtreecommitdiffstats
path: root/contrib/atf/atf-c
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2012-11-15 04:42:30 +0000
committermarcel <marcel@FreeBSD.org>2012-11-15 04:42:30 +0000
commit05cbec50d6b32df3127e3f421de5c9ef0c4d130d (patch)
tree4d6de05a9f3b2bc68327c0a2b793044fadbb5953 /contrib/atf/atf-c
parenta8f2df570fc6b243f5492e880c9b00dda340a0d5 (diff)
downloadFreeBSD-src-05cbec50d6b32df3127e3f421de5c9ef0c4d130d.zip
FreeBSD-src-05cbec50d6b32df3127e3f421de5c9ef0c4d130d.tar.gz
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>
Diffstat (limited to 'contrib/atf/atf-c')
-rw-r--r--contrib/atf/atf-c/macros.h2
1 files changed, 2 insertions, 0 deletions
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 <string.h>
+
#include <atf-c/defs.h>
#include <atf-c/error.h>
#include <atf-c/tc.h>
OpenPOWER on IntegriCloud