added string.h in ast.c

This commit is contained in:
Felix Müller 2024-05-08 21:56:33 +02:00
parent 2d411e3b7b
commit abbbe59b08
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include <ast/ast.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <sys/log.h>
#include <assert.h>