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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/driftnet/files/patch-src_media_media.c b/net-mgmt/driftnet/files/patch-src_media_media.c index 7771def268dc..3c051f665887 100644 --- a/net-mgmt/driftnet/files/patch-src_media_media.c +++ b/net-mgmt/driftnet/files/patch-src_media_media.c @@ -1,10 +1,10 @@ ---- src/media/media.c.orig 2014-09-14 19:16:31 UTC +--- src/media/media.c.orig 2022-04-16 21:14:04 UTC +++ src/media/media.c @@ -17,6 +17,7 @@ - #include "compat.h" + #include "compat/compat.h" #include <string.h> +#include <sys/types.h> - #include "util.h" - #include "tmpdir.h" + #include "common/util.h" + #include "common/tmpdir.h" |