add threaded filewatcher

This commit is contained in:
2025-03-27 01:24:57 +02:00
parent 6d0cbbb011
commit 2015894068
20 changed files with 600 additions and 95 deletions

View File

@@ -1,7 +1,7 @@
#ifndef MEMORY_H_
#define MEMORY_H_
#include "array.h"
#include "array/array.h"
#include "types.h"
#include <assert.h>