This commit is contained in:
Casey 2023-11-25 19:24:48 +03:00
parent a2eccd422f
commit df131a91a7
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 1 deletions

2
cbt.h
View File

@ -156,7 +156,7 @@ void cbt_binary_free(struct cbt_binary bin);
#include <errno.h> #include <errno.h>
#include <glob.h> #include <glob.h>
#include <libgen.h> #include <libgen.h>
#ifdef __APPLE__ #ifndef __APPLE__
#include <linux/limits.h> #include <linux/limits.h>
#endif #endif
#include <poll.h> #include <poll.h>