This commit is contained in:
IoIxD 2026-01-09 14:43:44 -07:00
commit 2d3bd9213e
13 changed files with 416 additions and 83 deletions

View file

@ -43,10 +43,15 @@
#include <pwd.h>
#include <dlfcn.h>
#include <signal.h>
#include <dirent.h>
#include <dirent.h>
#include <fcntl.h>
#endif
#ifdef __APPLE__
#include <mach/clock.h>
#include <mach/mach.h>
#endif
#ifndef M_PI
#define M_PI 3.14159265
#endif