diff -r 44457f6cb0a2 -r 6e5b5ba2752c test/snake.c --- a/test/snake.c Mon Apr 01 18:54:19 2024 +0200 +++ b/test/snake.c Mon Apr 01 19:01:04 2024 +0200 @@ -25,7 +25,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include +#include "ascension/core.h" +#include + #include static void update_fps_counter(AscSceneNode *node) {