[Pcsclite-git-commit] [pcsc-tools] 06/32: pcsc_scan: include config.h

Ludovic Rousseau rousseau at moszumanska.debian.org
Thu May 4 15:44:46 UTC 2017


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

rousseau pushed a commit to branch master
in repository pcsc-tools.

commit 53875966d811a2822343c26edf64147a3b2dd68e
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Sat Apr 8 14:32:23 2017 +0200

    pcsc_scan: include config.h
    
    Options are defined in config.h
---
 pcsc_scan.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pcsc_scan.c b/pcsc_scan.c
index 1e65c38..ae65f67 100644
--- a/pcsc_scan.c
+++ b/pcsc_scan.c
@@ -30,6 +30,10 @@
 #include <winscard.h>
 #endif
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #ifndef TRUE
 #define TRUE 1
 #define FALSE 0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/pcsc-tools.git



More information about the Pcsclite-cvs-commit mailing list