aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2023-09-22 18:50:26 +0200
committerMarcel Holtmann <marcel@holtmann.org>2023-09-22 18:50:26 +0200
commitf43513c830200a6a641ea32dde33399d94658664 (patch)
treead18b35e14100183298d163e7a652e853c3a06c1
parentd0e05ac6013c5f8e7ca73deefd74579d08d31517 (diff)
netconfig: Move includes before the __cplusplus guard
-rw-r--r--ell/netconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ell/netconfig.h b/ell/netconfig.h
index 3c024fe4..8cfe944f 100644
--- a/ell/netconfig.h
+++ b/ell/netconfig.h
@@ -23,12 +23,12 @@
#ifndef __ELL_NETCONFIG_H
#define __ELL_NETCONFIG_H
+#include <stdbool.h>
+
#ifdef __cplusplus
extern "C" {
#endif
-#include <stdbool.h>
-
struct l_dhcp_client;
struct l_dhcp6_client;
struct l_icmp6_client;