aes: add support of aes192 and aes256
[oweals/u-boot.git] / lib / qsort.c
index 57098841f9a40ff9bd590075845ca6b9b06f8a9a..f63d4ef726841cd8e51c76988007db9e53a9ed16 100644 (file)
@@ -18,6 +18,7 @@
 #include <linux/types.h>
 #include <common.h>
 #include <exports.h>
+#include <sort.h>
 
 void qsort(void  *base,
           size_t nel,