mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09: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:
committed by
Luca Boccassi
parent
aa6d1f16e8
commit
064d87e81f
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user