ports/net-mgmt/driftnet/files/patch-src_media_image.c
2017-08-15 13:18:28 +00:00

10 lines
280 B
C

--- src/media/image.c.orig 2014-09-14 19:16:31 UTC
+++ src/media/image.c
@@ -16,6 +16,7 @@
#include <stdio.h>
#include <stdlib.h> /* On many systems (Darwin...), stdio.h is a prerequisite. */
#include <string.h>
+#include <sys/types.h>
#include <netinet/in.h> /* ntohl */