Skip to content

Commit

Permalink
Update mod_timerfd.c
Browse files Browse the repository at this point in the history
switch.h to be first
  • Loading branch information
ar45 authored and andywolk committed Jan 16, 2025
1 parent 49f1240 commit 9c93986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod/timers/mod_timerfd/mod_timerfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
*
*/

#include <errno.h>
#include <switch.h>
#include <errno.h>
#include <sys/timerfd.h>
#include <sys/epoll.h>

Expand Down

0 comments on commit 9c93986

Please sign in to comment.