mirror of https://github.com/m-labs/artiq.git
runtime: add missing include
This commit is contained in:
parent
f1d8848bb1
commit
78366ed9db
|
@ -1,6 +1,7 @@
|
|||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <generated/csr.h>
|
||||
|
||||
#include <link.h>
|
||||
#include <dlfcn.h>
|
||||
|
|
Loading…
Reference in New Issue