Merge pull request #746 from iblis17/master

obs-outputs: fix build error on freebsd
This commit is contained in:
Jim 2017-01-16 03:43:03 -08:00 committed by GitHub
commit 21839374a8

View File

@ -29,6 +29,7 @@
# ifdef __linux__
# include <linux/if_link.h>
# elif __FreeBSD__
# include <netinet/in.h>
# ifndef _GNU_SOURCE
# define _GNU_SOURCE
# define __NET_IF_GNU_SOURCE__