Merge tag 'efi-2020-04-rc4-5' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / lib / hashtable.c
index 2caab0a4c6d3157d3de8d83757bacfa00e257265..907e8a642f37e4b4871a949fb32ce5dd97623e90 100644 (file)
@@ -14,6 +14,7 @@
 
 #include <errno.h>
 #include <malloc.h>
+#include <sort.h>
 
 #ifdef USE_HOSTCC              /* HOST build */
 # include <string.h>