mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
Aravis is a glib/gobject based library for video acquisition using Genicam cameras. It currently implements the gigabit ethernet and USB3 (Since Aravis 0.5.x) protocols used by industrial cameras. It also provides a basic ethernet camera simulator and a simple video viewer. WWW: https://github.com/AravisProject/aravis PR: 215907 Submitted by: rozhuk.im@gmail.com
10 lines
255 B
C
10 lines
255 B
C
--- src/arvgvinterface.c.orig 2017-04-10 13:30:09 UTC
|
|
+++ src/arvgvinterface.c
|
|
@@ -38,6 +38,7 @@
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <net/if.h>
|
|
+#include <netinet/in.h>
|
|
#include <netdb.h>
|
|
#include <ifaddrs.h>
|
|
#include <stdlib.h>
|