diff --git a/uboot-mtk-20250711/common/poller.c b/uboot-mtk-20250711/common/poller.c index 12b419060..f79dbbf6b 100644 --- a/uboot-mtk-20250711/common/poller.c +++ b/uboot-mtk-20250711/common/poller.c @@ -3,9 +3,11 @@ * Copyright (C) 2010 Marc Kleine-Budde */ -#include +#include +#include #include #include +#include static LIST_HEAD(poller_list); static int __poller_active;