aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Kibbey <[email protected]>2017-11-20 18:44:47 +0000
committerBen Kibbey <[email protected]>2017-11-20 18:44:47 +0000
commita63c4f33d5c10173dd54e2af32b127aa49498bfe (patch)
tree08590efc863686acb5e24a2599c4ebf52549f99f
parentPost release updates. (diff)
downloadlibassuan-a63c4f33d5c10173dd54e2af32b127aa49498bfe.tar.gz
libassuan-a63c4f33d5c10173dd54e2af32b127aa49498bfe.zip
tests: Fix build.
* tests/fdpassing.c: Include config.h to define GPGRT_ENABLE_ES_MACROS. Signed-off-by: Ben Kibbey <[email protected]>
-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>