projects
/
oweals
/
libubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb6c171
)
runqueue: fix include path
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 8 May 2013 23:15:05 +0000
(
01:15
+0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 8 May 2013 23:15:05 +0000
(
01:15
+0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
runqueue.h
patch
|
blob
|
history
diff --git
a/runqueue.h
b/runqueue.h
index ad64f3dec187b5cbba319635b851a2d11b5c9f9d..127085f97b517688f32c5683a11e9a6ad427001f 100644
(file)
--- a/
runqueue.h
+++ b/
runqueue.h
@@
-19,9
+19,9
@@
#ifndef __LIBUBOX_RUNQUEUE_H
#define __LIBUBOX_RUNQUEUE_H
-#include
<libubox/list.h>
-#include
<libubox/safe_list.h>
-#include
<libubox/uloop.h>
+#include
"list.h"
+#include
"safe_list.h"
+#include
"uloop.h"
struct runqueue;
struct runqueue_task;