diff options
Diffstat (limited to 'scd/scdaemon.c')
-rw-r--r-- | scd/scdaemon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c index 5ab50a5b4..8e0ef37c9 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -34,12 +34,12 @@ #include <unistd.h> #include <signal.h> +#define JNLIB_NEED_LOG_LOGV +#include "scdaemon.h" #include <ksba.h> #include <gcrypt.h> -#define JNLIB_NEED_LOG_LOGV #include <assuan.h> /* malloc hooks */ -#include "scdaemon.h" #include "i18n.h" #include "sysutils.h" |