common: Drop net.h from common header
[oweals/u-boot.git] / drivers / rng / sandbox_rng.c
index cd0b0ac77b6af0b38ac0b35bcab41e5003593cc2..cc5e1f6e25b67af9cbe6aa9afb2a52691940e323 100644 (file)
@@ -5,6 +5,7 @@
 
 #include <common.h>
 #include <dm.h>
+#include <rand.h>
 #include <rng.h>
 
 #include <linux/string.h>