From: Yu Watanabe Date: Mon, 9 Jun 2025 04:59:39 +0000 (+0900) Subject: include: net/if.h requires features.h X-Git-Tag: v258-rc1~352^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F37785%2Fhead;p=thirdparty%2Fsystemd.git include: net/if.h requires features.h The header uses __THROW, which is defined in features.h, to make the header self-consistent. Note, src/basic/include/sys/mount.h also uses __THROW, and includes features.h. --- diff --git a/src/basic/include/net/if.h b/src/basic/include/net/if.h index ba2948ae5c0..1914b596e36 100644 --- a/src/basic/include/net/if.h +++ b/src/basic/include/net/if.h @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once +#include #include /* IWYU pragma: export */ #define IF_NAMESIZE 16