Update mod_timerfd.c

switch.h to be first
This commit is contained in:
Aron Podrigal 2025-01-15 15:27:01 -06:00 committed by Andrey Volk
parent 49f1240849
commit 9c939868bb

View File

@ -30,8 +30,8 @@
*
*/
#include <errno.h>
#include <switch.h>
#include <errno.h>
#include <sys/timerfd.h>
#include <sys/epoll.h>