changeset 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 871281cb0555
children a4ffd4e44b76
files simtool/chvext.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/simtool/chvext.c	Tue Mar 23 00:21:02 2021 +0000
+++ b/simtool/chvext.c	Tue Mar 23 05:25:12 2021 +0000
@@ -5,6 +5,7 @@
 
 #include <sys/types.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include "simresp.h"
 
 cmd_verify_ext(argc, argv)