avtp: Fixed Linux/Alpine 3.20 build

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7272>
This commit is contained in:
tomaszmi 2024-07-24 09:16:03 +02:00 committed by GStreamer Marge Bot
parent 0974044452
commit 7bb940d6be

View file

@ -44,10 +44,10 @@
*/
#include <arpa/inet.h>
#include <net/ethernet.h>
#include <linux/errqueue.h>
#include <linux/if_packet.h>
#include <linux/net_tstamp.h>
#include <net/ethernet.h>
#include <net/if.h>
#include <stdio.h>
#include <string.h>