diff options
Diffstat (limited to 'lib/libsectok/sc7816.c')
-rw-r--r-- | lib/libsectok/sc7816.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libsectok/sc7816.c b/lib/libsectok/sc7816.c index 8b0464f3667..6a3fc3df04b 100644 --- a/lib/libsectok/sc7816.c +++ b/lib/libsectok/sc7816.c @@ -7,10 +7,12 @@ * Mukesh Agrawal * University of Michigan CITI, August 2000 */ -static char *rcsid = "$Id: sc7816.c,v 1.1 2001/06/07 15:17:33 rees Exp $"; +static char *rcsid = "$Id: sc7816.c,v 1.2 2001/06/07 16:10:00 rees Exp $"; #include <sys/types.h> #include <sys/time.h> +#include <stdlib.h> +#include <unistd.h> #include <stdio.h> #include <string.h> #include <dlfcn.h> |