fixed undefined reference to strlcpy

This commit is contained in:
Frank Morgner
2015-02-28 00:17:37 +01:00
parent 04fcf436ea
commit ccdcee36b6
2 changed files with 2 additions and 1 deletions

View File

@@ -30,6 +30,7 @@
#ifndef HAVE__SC_MATCH_ATR
/* I hate to do this, but to include _sc_match_atr we need to satisfy all
* dependencies of card.c */
#include "common/compat_strlcpy.c"
#include "common/libscdl.c"
#include "libopensc/sc.c"
#include "libopensc/card.c"