summaryrefslogtreecommitdiff
path: root/fw/src/rand_stm32.c
diff options
context:
space:
mode:
Diffstat (limited to 'fw/src/rand_stm32.c')
-rw-r--r--fw/src/rand_stm32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fw/src/rand_stm32.c b/fw/src/rand_stm32.c
index 87bea8f..dcb634a 100644
--- a/fw/src/rand_stm32.c
+++ b/fw/src/rand_stm32.c
@@ -38,6 +38,8 @@
#include <stdlib.h>
#include <string.h>
+#include <usbh_core.h>
+
#include <libopencm3/stm32/f4/rng.h>
#include "usart_helpers.h"