Closed AugustusGreenwood closed 1 year ago
Was able to fix by adding: #include <cstring> Should I create a pull request for this or is it likely I am compiling incorrectly? Compiling on Arch--EndeavorOS
#include <cstring>
When trying to compile, FSPath.cpp fails saying "strcpy was not declared in this scope".
Was able to fix by adding:
#include <cstring>
Should I create a pull request for this or is it likely I am compiling incorrectly? Compiling on Arch--EndeavorOS