diff --git a/src/libAtomVM/ets.c b/src/libAtomVM/ets.c index 89cf2ea6f..690f01a74 100644 --- a/src/libAtomVM/ets.c +++ b/src/libAtomVM/ets.c @@ -25,8 +25,8 @@ #include "ets_hashtable.h" #include "list.h" #include "memory.h" -#include "term.h" #include "overflow_helpers.h" +#include "term.h" #ifndef AVM_NO_SMP #define SMP_RDLOCK(table) smp_rwlock_rdlock(table->lock)