mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 18:30:11 +01:00
dhcp: include "nm-dhcp-manager.h" in "nm-dhcp-listener.c"
"nm-dhcp-manager.h" forward declares _nm_dhcp_manager_factories. We need to make the definition aware of the declaration, so that the compiler can warn if they differ.
This commit is contained in:
parent
92774592d4
commit
ab1e672a21
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include "nm-dhcp-helper-api.h"
|
||||
#include "nm-dhcp-client.h"
|
||||
#include "nm-dhcp-manager.h"
|
||||
#include "nm-core-internal.h"
|
||||
#include "nm-bus-manager.h"
|
||||
#include "NetworkManagerUtils.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue