diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-07-26 18:29:14 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-07-26 18:29:14 -0700 |
commit | 2035e89a97d0ca4812488cce1804d6a1f5f3fa90 (patch) | |
tree | 4d27bb3c8609a9fcf0f2bd2eafc41755cf3ed043 /vgmplay.c | |
parent | 2587ab8ea9606193b3893142ec7b674a8a7194ad (diff) |
Pre-release cleanup
Diffstat (limited to 'vgmplay.c')
-rw-r--r-- | vgmplay.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ #include "util.h" #include <stdint.h> #include <stdio.h> +#include <stdlib.h> +#include <string.h> #define MCLKS_NTSC 53693175 #define MCLKS_PAL 53203395 |