diff options
Diffstat (limited to 'clients/tui/nmt-utils.c')
| -rw-r--r-- | clients/tui/nmt-utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/tui/nmt-utils.c b/clients/tui/nmt-utils.c index e62d25cd..39889e11 100644 --- a/clients/tui/nmt-utils.c +++ b/clients/tui/nmt-utils.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2013 Red Hat, Inc. */ @@ -8,7 +8,7 @@ * @short_description: Miscellaneous nmtui-specific utilities */ -#include "nm-default.h" +#include "libnm/nm-default-client.h" #include "nmt-utils.h" |