changeset 2366:1e36d8a2633c

Add missing math.h include
author Michael Pavone <pavone@retrodev.com>
date Wed, 08 Nov 2023 23:47:47 -0800
parents 8c060849a503
children 48cc69b4c358
files debug.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/debug.c	Wed Nov 08 23:47:26 2023 -0800
+++ b/debug.c	Wed Nov 08 23:47:47 2023 -0800
@@ -5,6 +5,7 @@
 #include "blastem.h"
 #include "bindings.h"
 #include <ctype.h>
+#include <math.h>
 #include <stdlib.h>
 #include <string.h>
 #ifndef _WIN32