blob: 7771def268dc856fd92f4b1a64d0d0f469d7a918 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/media/media.c.orig 2014-09-14 19:16:31 UTC
+++ src/media/media.c
@@ -17,6 +17,7 @@
#include "compat.h"
#include <string.h>
+#include <sys/types.h>
#include "util.h"
#include "tmpdir.h"
|