1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Linux fixes

This commit is contained in:
Brian Fiete 2019-10-29 09:06:51 -07:00
parent 2af278809c
commit c7f76f879a
6 changed files with 17 additions and 17 deletions

View file

@ -2,5 +2,7 @@
#define BFP_HAS_EXECINFO
#define BFP_HAS_PTHREAD_TIMEDJOIN_NP
#define BFP_HAS_PTHREAD_GETATTR_NP
#define BFP_HAS_DLINFO
#include "../posix/PosixCommon.cpp"