diff options
| author | Michael Biebl <biebl@debian.org> | 2023-08-09 21:55:35 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-08-09 21:55:35 +0200 |
| commit | 05e4a733f2141995181a551854d5df929f084adf (patch) | |
| tree | 83bb937740a6667525ba0df046748ecaa829c269 /src/libnm-std-aux/nm-std-utils.c | |
| parent | 14b0f3a9dc9ea90d60a3b057350fd4d637dc021a (diff) | |
New upstream version 1.44.0 upstream/1.44.0
Diffstat (limited to 'src/libnm-std-aux/nm-std-utils.c')
| -rw-r--r-- | src/libnm-std-aux/nm-std-utils.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libnm-std-aux/nm-std-utils.c b/src/libnm-std-aux/nm-std-utils.c index 18692b19..8901378c 100644 --- a/src/libnm-std-aux/nm-std-utils.c +++ b/src/libnm-std-aux/nm-std-utils.c @@ -7,9 +7,13 @@ #include <stdint.h> #include <assert.h> #include <limits.h> +#include <net/if.h> /*****************************************************************************/ +NM_STATIC_ASSERT(NM_IFNAMSIZ == IFNAMSIZ); + +/*****************************************************************************/ size_t nm_utils_get_next_realloc_size(bool true_realloc, size_t requested) { |