mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
10 lines
280 B
C
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 */
|
|
|