mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
10 lines
236 B
Plaintext
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*/
|