From 78366ed9db65fe5fe8bf7cf7b09155336cee2eb7 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 27 Jul 2016 20:22:59 +0800 Subject: [PATCH] runtime: add missing include --- artiq/runtime/ksupport.c | 1 + 1 file changed, 1 insertion(+) diff --git a/artiq/runtime/ksupport.c b/artiq/runtime/ksupport.c index 049cc7ac6..475145bfc 100644 --- a/artiq/runtime/ksupport.c +++ b/artiq/runtime/ksupport.c @@ -1,6 +1,7 @@ #include #include #include +#include #include #include