diff options
Diffstat (limited to 'dispatcher/tests/test-dispatcher-envp.c')
| -rw-r--r-- | dispatcher/tests/test-dispatcher-envp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dispatcher/tests/test-dispatcher-envp.c b/dispatcher/tests/test-dispatcher-envp.c index 2e64dc58..4c37dd6c 100644 --- a/dispatcher/tests/test-dispatcher-envp.c +++ b/dispatcher/tests/test-dispatcher-envp.c @@ -1,9 +1,9 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2011 Red Hat, Inc. */ -#include "nm-default.h" +#include "libnm/nm-default-client.h" #include <arpa/inet.h> #include <stdlib.h> |