aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2023-09-22 19:42:36 +0200
committerMarcel Holtmann <marcel@holtmann.org>2023-09-22 19:42:36 +0200
commitbbee31196f2f60eb30fb15b105fb7bbd3dc377fe (patch)
tree93fb3d512b9e3ea979a8cc8a893ce7c3098aff9f
parent032f20986da6ab53e29670ab5af2989688ca8073 (diff)
dhcp: Move includes before the __cplusplus guard
-rw-r--r--ell/dhcp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ell/dhcp.h b/ell/dhcp.h
index 88ef10e0..dcbbec4d 100644
--- a/ell/dhcp.h
+++ b/ell/dhcp.h
@@ -23,12 +23,12 @@
#ifndef __ELL_DHCP_H
#define __ELL_DHCP_H
+#include <stdbool.h>
+
#ifdef __cplusplus
extern "C" {
#endif
-#include <stdbool.h>
-
struct l_dhcp_client;
struct l_dhcp_lease;
struct l_netlink;