b3de6cf9da
MiniDLNA is lightweight server software written in C, capable of serving media files to DLNA/UPnP-AV clients (televisions, tablets, etc).
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
$OpenBSD: patch-scanner_c,v 1.1.1.1 2012/10/10 10:45:05 sthen Exp $
|
|
--- scanner.c.orig Sat Sep 22 01:45:51 2012
|
|
+++ scanner.c Sat Sep 22 01:46:11 2012
|
|
@@ -26,6 +26,7 @@
|
|
#include <sys/stat.h>
|
|
#include <sys/time.h>
|
|
#include <sys/resource.h>
|
|
+#include <sys/syslimits.h>
|
|
|
|
#include "config.h"
|
|
|