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:
Thomas Haller
2017-10-18 15:36:36 +02:00
parent 92774592d4
commit ab1e672a21

View File

@@ -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"