diff options
author | Wohlstand <admin@wohlnet.ru> | 2021-11-20 02:03:48 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2021-11-20 02:03:48 +0300 |
commit | 447b2e55f0c269c10c0010641722590619a75144 (patch) | |
tree | 29bc049a0fddac344ec348dfc99f53a0e8a904a3 /src/cvt_xmi2mid.hpp | |
parent | 56d972326d31f74d5111eb453584bc5e11f267fe (diff) | |
download | libADLMIDI-447b2e55f0c269c10c0010641722590619a75144.tar.gz libADLMIDI-447b2e55f0c269c10c0010641722590619a75144.tar.bz2 libADLMIDI-447b2e55f0c269c10c0010641722590619a75144.zip |
Fixed build
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); } - |