diff cdimage.c @ 2215:a8af8d898a7c

Fix windows build for real
author Michael Pavone <pavone@retrodev.com>
date Tue, 30 Aug 2022 00:13:55 -0700
parents 9209858b2f74
children 646d1797f20d
line wrap: on
line diff
--- a/cdimage.c	Mon Aug 29 23:01:46 2022 -0700
+++ b/cdimage.c	Tue Aug 30 00:13:55 2022 -0700
@@ -1,5 +1,6 @@
 #include <ctype.h>
 #include <string.h>
+#include <stdlib.h>
 
 #include "system.h"
 #include "util.h"