when trying to compile using the make command
I am unable to build
with the following error
In file included from src/easy_chat.c:1:
include/global.h:4:10: fatal error: string.h: No such file or directory
4 | #include
| ^~~~~~
compilation terminated.
make: [Makefile:335: build/emerald/src/easy_chat.o] Error 127
make: Deleting file 'build/emerald/src/easy_chat.o'
when trying to compile using the make command I am unable to build with the following error In file included from src/easy_chat.c:1: include/global.h:4:10: fatal error: string.h: No such file or directory 4 | #include
| ^
~~~~~ compilation terminated. make: [Makefile:335: build/emerald/src/easy_chat.o] Error 127 make: Deleting file 'build/emerald/src/easy_chat.o'