From a63c4f33d5c10173dd54e2af32b127aa49498bfe Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Mon, 20 Nov 2017 10:44:47 -0800 Subject: tests: Fix build. * tests/fdpassing.c: Include config.h to define GPGRT_ENABLE_ES_MACROS. Signed-off-by: Ben Kibbey --- tests/fdpassing.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/fdpassing.c') diff --git a/tests/fdpassing.c b/tests/fdpassing.c index 1156ad7..3e1b71b 100644 --- a/tests/fdpassing.c +++ b/tests/fdpassing.c @@ -16,6 +16,9 @@ You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ +#ifdef HAVE_CONFIG_H +#include +#endif #include #include -- cgit v1.2.3