comparison simtool/chvext.c @ 59:10bfdee30a68

simtool/chvext.c: missing #include <stdlib.h>
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 23 Mar 2021 05:25:12 +0000
parents ddd767f6e15b
children
comparison
equal deleted inserted replaced
58:871281cb0555 59:10bfdee30a68
3 * CHV-like operations which some cards use for ADM access control. 3 * CHV-like operations which some cards use for ADM access control.
4 */ 4 */
5 5
6 #include <sys/types.h> 6 #include <sys/types.h>
7 #include <stdio.h> 7 #include <stdio.h>
8 #include <stdlib.h>
8 #include "simresp.h" 9 #include "simresp.h"
9 10
10 cmd_verify_ext(argc, argv) 11 cmd_verify_ext(argc, argv)
11 char **argv; 12 char **argv;
12 { 13 {