Skip to content

Commit

Permalink
Unit test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gansm committed Sep 9, 2023
1 parent 140f984 commit f68f4b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions final/util/fsystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
#error "Only <final/final.h> can be included directly."
#endif

#ifdef __APPLE__
using timer_t = void*;
#endif

#include <memory>
#include <pwd.h>

Expand Down

0 comments on commit f68f4b2

Please sign in to comment.