diff options
Diffstat (limited to 'clients/tui/nmt-page-ip4.c')
| -rw-r--r-- | clients/tui/nmt-page-ip4.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/tui/nmt-page-ip4.c b/clients/tui/nmt-page-ip4.c index d1dd78ba..1f01155b 100644 --- a/clients/tui/nmt-page-ip4.c +++ b/clients/tui/nmt-page-ip4.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: The editor page for IP4 configuration */ -#include "nm-default.h" +#include "libnm/nm-default-client.h" #include <stdlib.h> |