summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBen Kibbey <bjk@luxsci.net>2017-11-20 10:44:47 -0800
committerBen Kibbey <bjk@luxsci.net>2017-11-20 10:44:47 -0800
commita63c4f33d5c10173dd54e2af32b127aa49498bfe (patch)
tree08590efc863686acb5e24a2599c4ebf52549f99f /tests
parent4f0abf4f5cd5b172611bd7da87da53e0fbb27c12 (diff)
downloadlibassuan-a63c4f33d5c10173dd54e2af32b127aa49498bfe.tar.gz
tests: Fix build.
* tests/fdpassing.c: Include config.h to define GPGRT_ENABLE_ES_MACROS. Signed-off-by: Ben Kibbey <bjk@luxsci.net>
Diffstat (limited to 'tests')
-rw-r--r--tests/fdpassing.c3
1 files changed, 3 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
#include <stdlib.h>