diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-11-16 22:00:32 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-11-16 22:00:32 -0800 |
commit | 291a31d0fd00649ec57870b31c74605e6cb528ab (patch) | |
tree | 4c9c0c872a3a1c96ea406f8ce160a5e3bc37a823 /vgmplay.c | |
parent | 992f1402a2aceb8637886d159eaff6f39468dc37 (diff) |
Fix so vgmplay builds again
Diffstat (limited to 'vgmplay.c')
-rw-r--r-- | vgmplay.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include "vgm.h" #define MCLKS_NTSC 53693175 #define MCLKS_PAL 53203395 |