mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-28 16:29:56 +00:00
smartcard: include libcacard.h if possible
Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
This commit is contained in:
parent
1ea34e6d43
commit
13a3560b88
@ -20,7 +20,13 @@
|
||||
#endif
|
||||
|
||||
#include <arpa/inet.h>
|
||||
#ifdef USE_SMARTCARD_012
|
||||
#include <vscard_common.h>
|
||||
#else
|
||||
#ifdef USE_SMARTCARD
|
||||
#include <libcacard.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "reds.h"
|
||||
#include "char_device.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user