aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2023-09-22 19:08:03 +0200
committerMarcel Holtmann <marcel@holtmann.org>2023-09-22 19:08:03 +0200
commit69fe0dd5f333e6dc067314211261ce09764f0738 (patch)
treee3dc97fa3d1304d046cea36843452ddb45d9c519
parent4825b3e3556b9ba3f9ac7a72d558264617d8bd1c (diff)
acd: Move includes before the __cplusplus guard
-rw-r--r--ell/acd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ell/acd.h b/ell/acd.h
index f5375368..868cfba2 100644
--- a/ell/acd.h
+++ b/ell/acd.h
@@ -23,12 +23,12 @@
#ifndef __ELL_ACD_H
#define __ELL_ACD_H
+#include <stdbool.h>
+
#ifdef __cplusplus
extern "C" {
#endif
-#include <stdbool.h>
-
struct l_acd;
enum l_acd_event {