summaryrefslogtreecommitdiff
path: root/media-sound/rcenter/files/rcenter-0.6.2-Wimplicit-function-declaration.patch
blob: 00de497890f02ac45b17fc30f790a525489d38d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/main.c
+++ b/main.c
@@ -28,6 +28,8 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
+#include <stdio.h>
+#include <stdlib.h>
 
 // use the first one of these that exists
 static char *default_device[] = {"/dev/midi00", "/dev/midi", NULL};