Files
2022-03-11 18:20:04 +00:00

10 lines
236 B
Plaintext

Index: playnote.c
--- playnote.c.orig
+++ playnote.c
@@ -1,4 +1,5 @@
#include <stdio.h> /**/
+#include <stdlib.h> /*exit*/
#include "defs.h" /*->inst.h (u8,u16x,...)*/
#include "inst.h" /*SampleInfo*/
#include "playnote.h" /*Note*/