diff options
Diffstat (limited to 'clients/tui/nmtui.c')
| -rw-r--r-- | clients/tui/nmtui.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/tui/nmtui.c b/clients/tui/nmtui.c index c20659ea..73ead40e 100644 --- a/clients/tui/nmtui.c +++ b/clients/tui/nmtui.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. */ @@ -11,7 +11,7 @@ * nmtui_edit(), and nmtui_hostname(). */ -#include "nm-default.h" +#include "libnm/nm-default-client.h" #include "nmtui.h" |