summaryrefslogtreecommitdiff
blob: a85166b0130960ba135bac727e38d7bd39494e2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Fixes warning:
main.c: In function 'load_song':
main.c:56:23: warning: incompatible implicit declaration of built-in function 'strlen'
--- a/main.c
+++ b/main.c
@@ -21,6 +21,7 @@
  * 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+#include <string.h>
 #include <unistd.h>
 #include "timers.h"
 #include "bb.h"