summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/include/systemd-network/dhcp-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsystemd-network/include/systemd-network/dhcp-internal.h')
-rw-r--r--src/libsystemd-network/include/systemd-network/dhcp-internal.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/libsystemd-network/include/systemd-network/dhcp-internal.h b/src/libsystemd-network/include/systemd-network/dhcp-internal.h
index 0fb012e240..63c85b853c 100644
--- a/src/libsystemd-network/include/systemd-network/dhcp-internal.h
+++ b/src/libsystemd-network/include/systemd-network/dhcp-internal.h
@@ -20,14 +20,16 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include <linux/if_packet.h>
#include <net/ethernet.h>
#include <net/if_arp.h>
#include <stdint.h>
+#include <linux/if_packet.h>
+
#include "basic/socket-util.h"
-#include "systemd-network/dhcp-protocol.h"
-#include "systemd-network/sd-dhcp-client.h"
+
+#include "dhcp-protocol.h"
+#include "sd-dhcp-client.h"
int dhcp_network_bind_raw_socket(int index, union sockaddr_union *link,
uint32_t xid, const uint8_t *mac_addr,