Merge pull request #746 from iblis17/master

obs-outputs: fix build error on freebsd
master
Jim 2017-01-16 03:43:03 -08:00 committed by GitHub
commit 21839374a8
1 changed files with 1 additions and 0 deletions

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__