aboutsummaryrefslogtreecommitdiffstats
path: root/testing/minidlna/headers.patch
blob: 8e994dbf45e523047955a0d838e091b937e00235 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- ./minissdp.c.orig	2014-08-23 00:40:46.218655070 +0500
+++ ./minissdp.c	2014-08-23 00:41:17.972176864 +0500
@@ -41,6 +41,7 @@
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <errno.h>
+#include <sys/time.h>
 
 #include "minidlnapath.h"
 #include "upnphttp.h"
--- ./clients.h.orig	2014-08-23 00:39:47.001636613 +0500
+++ ./clients.h	2014-08-23 00:39:56.545026648 +0500
@@ -2,6 +2,7 @@
 #define __CLIENTS_H__
 #include <stdint.h>
 #include <netinet/in.h>
+#include <time.h>
 
 #define CLIENT_CACHE_SLOTS 20