comparison uicc/pins.c @ 60:a4ffd4e44b76

uicc/pins.c: missing #include <stdlib.h>
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 23 Mar 2021 05:27:28 +0000
parents b70d35f5476f
children 97646b363eaa
comparison
equal deleted inserted replaced
59:10bfdee30a68 60:a4ffd4e44b76
4 * P2 key ID, they should work with ADM PINs as well. 4 * P2 key ID, they should work with ADM PINs as well.
5 */ 5 */
6 6
7 #include <sys/types.h> 7 #include <sys/types.h>
8 #include <stdio.h> 8 #include <stdio.h>
9 #include <stdlib.h>
9 #include "simresp.h" 10 #include "simresp.h"
10 11
11 cmd_verify_pin(argc, argv) 12 cmd_verify_pin(argc, argv)
12 char **argv; 13 char **argv;
13 { 14 {