aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2023-09-22 18:56:48 +0200
committerMarcel Holtmann <marcel@holtmann.org>2023-09-22 18:56:48 +0200
commit59d0c8d405e194953e329812a9ac7478f4ee4e1a (patch)
tree7c7c800b379ffed10a3cc1a0bca1142342a641fa
parente5330b3f5afc2a9688510cf9f358d4ce1d1effbb (diff)
icmp6: Move includes before the __cplusplus guard
-rw-r--r--ell/icmp6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ell/icmp6.h b/ell/icmp6.h
index ad3d661e..c4230745 100644
--- a/ell/icmp6.h
+++ b/ell/icmp6.h
@@ -23,12 +23,12 @@
#ifndef __ELL_ICMP6_H
#define __ELL_ICMP6_H
+#include <stdbool.h>
+
#ifdef __cplusplus
extern "C" {
#endif
-#include <stdbool.h>
-
struct l_icmp6_client;
struct l_icmp6_router;
struct l_netlink;