shithub: sf2mid

Download patch

ref: fad4517808348fde5299150e83a35196556f9b33
parent: 13f54576a22ff9dbaf498e006a6eb09007115684
author: Bernhard Schelling <14200249+schellingb@users.noreply.github.com>
date: Fri Jul 27 10:32:14 EDT 2018

Add actual include of stdio.h when building without TML_NO_STDIO

--- a/tml.h
+++ b/tml.h
@@ -159,6 +159,10 @@
 #  define TML_MEMCPY  memcpy
 #endif
 
+#ifndef TML_NO_STDIO
+#  include <stdio.h>
+#endif
+
 #define TML_NULL 0
 
 ////crash on errors and warnings to find broken midi files while debugging