Add necessary header for cmalloc

This commit is contained in:
Christoffer Lerno
2021-12-22 13:09:01 +01:00
parent cf0a04977a
commit eb54e46569

View File

@@ -37,6 +37,7 @@
#include <sys/stat.h>
#include <errno.h>
#include <ctype.h>
#include "lib.h"
/* Indicates that d_type field is available in dirent structure */
#define _DIRENT_HAVE_D_TYPE