diff options
author | Ben Kibbey <[email protected]> | 2017-11-20 18:44:47 +0000 |
---|---|---|
committer | Ben Kibbey <[email protected]> | 2017-11-20 18:44:47 +0000 |
commit | a63c4f33d5c10173dd54e2af32b127aa49498bfe (patch) | |
tree | 08590efc863686acb5e24a2599c4ebf52549f99f | |
parent | Post release updates. (diff) | |
download | libassuan-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.c | 3 |
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> |