comparison debug.c @ 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
comparison
equal deleted inserted replaced
2365:8c060849a503 2366:1e36d8a2633c
3 #include "68kinst.h" 3 #include "68kinst.h"
4 #include "segacd.h" 4 #include "segacd.h"
5 #include "blastem.h" 5 #include "blastem.h"
6 #include "bindings.h" 6 #include "bindings.h"
7 #include <ctype.h> 7 #include <ctype.h>
8 #include <math.h>
8 #include <stdlib.h> 9 #include <stdlib.h>
9 #include <string.h> 10 #include <string.h>
10 #ifndef _WIN32 11 #ifndef _WIN32
11 #include <sys/select.h> 12 #include <sys/select.h>
12 #endif 13 #endif