Add errno header for linux build

This commit is contained in:
Curle 2021-01-18 01:49:46 +00:00
parent bcd313270f
commit cce059b9dc
Signed by: TheCurle
GPG Key ID: 5942F13718443F79

View File

@ -5,6 +5,7 @@
#include <Defs.h>
#include <Data.h>
#include <errno.h>
char* Suffixate(char* String, char Suffix) {
char* Pos, *NewStr;