From 92fdad5448cda86a2e0fc4a0d3ff8843d6435e11 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 9 May 2013 01:15:05 +0200 Subject: [PATCH] runqueue: fix include path Signed-off-by: Felix Fietkau --- runqueue.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runqueue.h b/runqueue.h index ad64f3d..127085f 100644 --- a/runqueue.h +++ b/runqueue.h @@ -19,9 +19,9 @@ #ifndef __LIBUBOX_RUNQUEUE_H #define __LIBUBOX_RUNQUEUE_H -#include -#include -#include +#include "list.h" +#include "safe_list.h" +#include "uloop.h" struct runqueue; struct runqueue_task; -- 2.30.2