Resolve "Issues making on osx"

merge-requests/695/head^2
Ralph Little 2022-02-22 17:37:48 +00:00
rodzic f6594ed040
commit 047fa8498f
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -40,6 +40,10 @@
#include <unistd.h>
#include <stdarg.h>
#if defined (__APPLE__) && defined (__MACH__)
#include <libgen.h> // for basename()
#endif
#include <sys/types.h>
#include <sys/stat.h>