blob: e5defb78fa3ced8abe647d2301f4fc823736c664 (
plain)
| 1
2
3
4
5
6
7
8
9
10
 | --- mt-daapd-0.2.4.2.orig/src/mp3-scanner.c	2008-04-19 21:17:23.000000000 +0200
+++ mt-daapd-0.2.4.2/src/mp3-scanner.c	2014-01-20 12:19:42.000000000 +0100
@@ -40,6 +40,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <sys/param.h>
 
 #include <netinet/in.h>  /* htons and friends */
 #include <sys/stat.h>
 |