fixed missing includes

This commit is contained in:
Frank Morgner 2020-05-11 18:58:12 +02:00
parent 2495bbecf7
commit 4e9cec1a64
3 changed files with 4 additions and 1 deletions

View File

@ -39,6 +39,7 @@ extern "C" {
#include "libopensc/opensc.h"
#include "libopensc/log.h"
#include "libopensc/cards.h"
#include "scconf/scconf.h"
#ifdef ENABLE_OPENSSL
#include "libopensc/sc-ossl-compat.h"

View File

@ -22,6 +22,8 @@
#ifndef _SCCONF_INTERNAL_H
#define _SCCONF_INTERNAL_H
#include "scconf.h"
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -30,8 +30,8 @@
#include <errno.h>
#include "common/compat_strlcpy.h"
#include "scconf.h"
#include "internal.h"
#include "scconf.h"
#define STATE_NAME 0x01
#define STATE_VALUE 0x02