diff options
Diffstat (limited to 'runtime/transport/control.c')
-rw-r--r-- | runtime/transport/control.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/transport/control.c b/runtime/transport/control.c index 7626305a..4e07a0a7 100644 --- a/runtime/transport/control.c +++ b/runtime/transport/control.c @@ -12,6 +12,7 @@ #include "control.h" #include "../mempool.c" #include "symbols.c" +#include <linux/delay.h> static _stp_mempool_t *_stp_pool_q; static struct list_head _stp_ctl_ready_q; |