diff mbox series

[RFC,v5] ell: Add include directive for 'ell/term.h'.

Message ID 20240331234737.2452696-3-gerickson@nuovations.com (mailing list archive)
State New
Headers show
Series [RFC,v5] ell: Add include directive for 'ell/term.h'. | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
prestwoj/iwd-ci-makedistcheck pending makedistcheck SKIP
prestwoj/iwd-ci-build pending build SKIP
prestwoj/iwd-ci-incremental_build pending incremental_build SKIP
prestwoj/iwd-ci-makecheckvalgrind pending makecheckvalgrind SKIP
prestwoj/iwd-ci-clang pending clang SKIP
prestwoj/iwd-ci-makecheck pending makecheck SKIP
prestwoj/iwd-ci-testrunner pending testrunner SKIP

Commit Message

Grant Erickson March 31, 2024, 11:47 p.m. UTC
---
 ell/ell.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/ell/ell.h b/ell/ell.h
index f67339105e8f..c648715e9bce 100644
--- a/ell/ell.h
+++ b/ell/ell.h
@@ -46,6 +46,7 @@ 
 #include <ell/ecc.h>
 #include <ell/ecdh.h>
 #include <ell/time.h>
+#include <ell/term.h>
 #include <ell/gpio.h>
 #include <ell/path.h>
 #include <ell/acd.h>