]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-address-pool.h
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / network / networkd-address-pool.h
index 8e1378ff4059163733bff7ff72d717a865b77591..1fcff09be9a9544c12851cdbeae30f92bcb7880c 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
 /***
@@ -22,7 +23,9 @@
 typedef struct AddressPool AddressPool;
 
 #include "in-addr-util.h"
-#include "networkd.h"
+#include "list.h"
+
+typedef struct Manager Manager;
 
 struct AddressPool {
         Manager *manager;