]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - lib/rand.c
Merge tag 'u-boot-rockchip-20200531' of https://gitlab.denx.de/u-boot/custodians...
[thirdparty/u-boot.git] / lib / rand.c
index af4cf3a0e8cfc7d2dc7ecec29f376e9cf8588a2f..d256baf5cee7f4a525c8776576d634b7632bf168 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 #include <common.h>
+#include <rand.h>
 
 static unsigned int y = 1U;