1
0
mirror of https://github.com/systemd/systemd synced 2024-07-08 20:15:55 +00:00

test-ip-protocol-list: include missing_network.h instead of netinet/in.h

This fixes the build for glibc < 2.32

Follow-up for 3f69070598
This commit is contained in:
Antonio Alvarez Feijoo 2024-06-12 12:08:03 +02:00 committed by Luca Boccassi
parent aa6d1f16e8
commit 064d87e81f

View File

@ -1,9 +1,8 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#include <netinet/in.h>
#include "macro.h"
#include "ip-protocol-list.h"
#include "macro.h"
#include "missing_network.h"
#include "stdio-util.h"
#include "string-util.h"
#include "tests.h"