diff options
Diffstat (limited to 'src/tests/test-ip6-config.c')
| -rw-r--r-- | src/tests/test-ip6-config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/test-ip6-config.c b/src/tests/test-ip6-config.c index a03d89b0..51807dea 100644 --- a/src/tests/test-ip6-config.c +++ b/src/tests/test-ip6-config.c @@ -22,6 +22,7 @@ #include <string.h> #include <arpa/inet.h> +#include <linux/if_addr.h> #include "nm-ip6-config.h" @@ -251,7 +252,7 @@ test_nm_ip6_config_addresses_sort_check (NMIP6Config *config, NMSettingIP6Config copy2 = nm_ip6_config_clone (config); g_assert (copy2); - /* initialize the array of indeces, and keep shuffling them for every @repeat iteration. */ + /* initialize the array of indices, and keep shuffling them for every @repeat iteration. */ for (i = 0; i < addr_count; i++) idx[i] = i; |