spa plugins: Include Linux headers on Linux only

This commit is contained in:
Samuel Thibault 2024-03-24 20:42:14 +01:00 committed by Wim Taymans
parent 8da8f90076
commit 7ee8192ce9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#include <string.h>
#include <stdio.h>
#include <fcntl.h>
#if !defined(__FreeBSD__) && !defined(__MidnightBSD__)
#ifdef __linux__
#include <linux/ethtool.h>
#include <linux/sockios.h>
#endif