From eb54e465693ec46dfe01087419a3fc50b7fb9c12 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Wed, 22 Dec 2021 13:09:01 +0100 Subject: [PATCH] Add necessary header for cmalloc --- src/utils/dirent.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/dirent.h b/src/utils/dirent.h index f273c77cc..d5b488b79 100644 --- a/src/utils/dirent.h +++ b/src/utils/dirent.h @@ -37,6 +37,7 @@ #include #include #include +#include "lib.h" /* Indicates that d_type field is available in dirent structure */ #define _DIRENT_HAVE_D_TYPE