[Pkg-gnupg-commit] [libassuan] 02/07: tests: Fix build.

Eric Dorland eric at moszumanska.debian.org
Sun Dec 3 20:21:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libassuan.

commit a63c4f33d5c10173dd54e2af32b127aa49498bfe
Author: Ben Kibbey <bjk at luxsci.net>
Date:   Mon Nov 20 10:44:47 2017 -0800

    tests: Fix build.
    
    * tests/fdpassing.c: Include config.h to define GPGRT_ENABLE_ES_MACROS.
    
    Signed-off-by: Ben Kibbey <bjk at luxsci.net>
---
 tests/fdpassing.c | 3 +++
 1 file changed, 3 insertions(+)

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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list