| 12345678910 | --- 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>
 |