diff options
Diffstat (limited to 'src/cvt_xmi2mid.hpp')
-rw-r--r-- | src/cvt_xmi2mid.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cvt_xmi2mid.hpp b/src/cvt_xmi2mid.hpp index 4bc4775..74f1bec 100644 --- a/src/cvt_xmi2mid.hpp +++ b/src/cvt_xmi2mid.hpp @@ -29,6 +29,7 @@ #include <string.h> #include <stdlib.h> #include <stdint.h> +#include <assert.h> #ifdef __DJGPP__ typedef signed char int8_t; @@ -1240,4 +1241,3 @@ static int xmi2mid_ExtractTracks(struct xmi2mid_xmi_ctx *ctx) { return (0); } - |