mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
used <math.h> (better of "math.h" for compatibility, i think)
This commit is contained in:
parent
1d27654fe3
commit
a102af8d5d
@ -9,7 +9,7 @@ this chip is used in:
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#include "driver.h"
|
#include "driver.h"
|
||||||
#include "math.h"
|
#include <math.h>
|
||||||
#include "video/hd63484.h"
|
#include "video/hd63484.h"
|
||||||
|
|
||||||
#define LOG_COMMANDS 0
|
#define LOG_COMMANDS 0
|
||||||
|
Loading…
Reference in New Issue
Block a user