summaryrefslogtreecommitdiff
path: root/src/kernel/lib/earray.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/lib/earray.h')
-rw-r--r--src/kernel/lib/earray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/lib/earray.h b/src/kernel/lib/earray.h
index d3d7a9b..9a43612 100644
--- a/src/kernel/lib/earray.h
+++ b/src/kernel/lib/earray.h
@@ -32,6 +32,6 @@ struct earray {
int count() { return elements; }
};
-
+#include <earray.cpp>
#endif