aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2023-09-22 19:47:01 +0200
committerMarcel Holtmann <marcel@holtmann.org>2023-09-22 19:47:01 +0200
commit1d581dc8d8034b823582d089883fd249bf3d4cad (patch)
treeab35abc275e1ce96851ddc71bc1065b268c00179
parentbbee31196f2f60eb30fb15b105fb7bbd3dc377fe (diff)
dhcp6: Move includes before the __cplusplus guard
-rw-r--r--ell/dhcp6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ell/dhcp6.h b/ell/dhcp6.h
index 5086a74c..6862b7fa 100644
--- a/ell/dhcp6.h
+++ b/ell/dhcp6.h
@@ -23,12 +23,12 @@
#ifndef __ELL_DHCP6_H
#define __ELL_DHCP6_H
+#include <stdbool.h>
+
#ifdef __cplusplus
extern "C" {
#endif
-#include <stdbool.h>
-
struct l_dhcp6_client;
struct l_dhcp6_lease;
struct l_netlink;