changeset 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 10bfdee30a68
children 97646b363eaa
files uicc/pins.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/uicc/pins.c	Tue Mar 23 05:25:12 2021 +0000
+++ b/uicc/pins.c	Tue Mar 23 05:27:28 2021 +0000
@@ -6,6 +6,7 @@
 
 #include <sys/types.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include "simresp.h"
 
 cmd_verify_pin(argc, argv)