11 lines
205 B
Diff
11 lines
205 B
Diff
|
--- a/minidlna.c
|
||
|
+++ b/minidlna.c
|
||
|
@@ -20,6 +20,7 @@
|
||
|
#include <fcntl.h>
|
||
|
#include <sys/file.h>
|
||
|
#include <sys/time.h>
|
||
|
+#include <sys/stat.h>
|
||
|
#include <time.h>
|
||
|
#include <signal.h>
|
||
|
#include <sys/param.h>
|