avtp: Fixed Linux/Alpine 3.20 build

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7227>
This commit is contained in:
tomaszmi 2024-07-24 09:16:03 +02:00 committed by Backport Bot
parent d705966861
commit c7df36c976

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>