summaryrefslogtreecommitdiff
path: root/src/devices/nm-lldp-listener.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/nm-lldp-listener.c')
-rw-r--r--src/devices/nm-lldp-listener.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/devices/nm-lldp-listener.c b/src/devices/nm-lldp-listener.c
index 39e7a406b4..fe53a179c2 100644
--- a/src/devices/nm-lldp-listener.c
+++ b/src/devices/nm-lldp-listener.c
@@ -20,15 +20,19 @@
#include "nm-default.h"
+#include "nm-lldp-listener.h"
+
#include <net/ethernet.h>
#include <errno.h>
-#include "sd-lldp.h"
-#include "lldp.h"
-#include "nm-lldp-listener.h"
#include "nm-platform.h"
#include "nm-utils.h"
+#include "sd-lldp.h"
+
+#include "nm-sd-adapt.h"
+#include "lldp.h"
+
#define MAX_NEIGHBORS 4096
#define MIN_UPDATE_INTERVAL 2