Include path.h for loom.c

This commit is contained in:
Rodrigo Arias 2023-03-21 11:54:29 +01:00 committed by Rodrigo Arias Mallo
parent 91957b4ed6
commit 3f44be9f2f

View File

@ -9,6 +9,7 @@
#include "thread.h" #include "thread.h"
#include "uthash.h" #include "uthash.h"
#include "utlist.h" #include "utlist.h"
#include "path.h"
static const char *loom_prefix = "loom."; static const char *loom_prefix = "loom.";