diff mbox series

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

Message ID 20240405003658.3490494-3-gerickson@nuovations.com (mailing list archive)
State New
Headers show
Series [RFC,v8] 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-testrunner pending testrunner SKIP
prestwoj/iwd-ci-makecheck pending makecheck SKIP

Commit Message

Grant Erickson April 5, 2024, 12:36 a.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>