diff options
Diffstat (limited to 'net-mgmt/driftnet/files/patch-src_media_media.c')
-rw-r--r-- | net-mgmt/driftnet/files/patch-src_media_media.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/driftnet/files/patch-src_media_media.c b/net-mgmt/driftnet/files/patch-src_media_media.c new file mode 100644 index 000000000000..7771def268dc --- /dev/null +++ b/net-mgmt/driftnet/files/patch-src_media_media.c @@ -0,0 +1,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" |