Skip to content

Commit

Permalink
add cstdio for perror
Browse files Browse the repository at this point in the history
  • Loading branch information
Sriram Sundararajan committed Jan 15, 2025
1 parent 907dab9 commit 3d5fed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/tsm_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#endif // __FREE_RTOS__

#ifdef __linux__
#include <cstdio> // perror
#include <sched.h>
#include <sys/mman.h>
#include <time.h>
Expand Down

0 comments on commit 3d5fed4

Please sign in to comment.