X-Git-Url: https://repo.jachan.dev/linux.git/blobdiff_plain/b87a2d3e3147bd140da2eae584772c353d11421b..97bc386fc12d:/lib/timerqueue.c diff --git a/lib/timerqueue.c b/lib/timerqueue.c index e3a1050e6820..a382e4a32609 100644 --- a/lib/timerqueue.c +++ b/lib/timerqueue.c @@ -5,7 +5,7 @@ * Uses rbtrees for quick list adds and expiration. * * NOTE: All of the following functions need to be serialized - * to avoid races. No locking is done by this libary code. + * to avoid races. No locking is done by this library code. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,9 +22,10 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include -#include +#include /** * timerqueue_add - Adds timer to timerqueue.