diff options
Diffstat (limited to 'drivers/fpga/ivm_core.c')
-rw-r--r-- | drivers/fpga/ivm_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/fpga/ivm_core.c b/drivers/fpga/ivm_core.c index 3c9a01e5110..4ab5dab250a 100644 --- a/drivers/fpga/ivm_core.c +++ b/drivers/fpga/ivm_core.c @@ -33,6 +33,7 @@ #include <linux/string.h> #include <malloc.h> #include <lattice.h> +#include <vsprintf.h> #define vme_out_char(c) printf("%c", c) #define vme_out_hex(c) printf("%x", c) |