dts: r64: add sata- and asm_sel nodes
[platform/kernel/u-boot.git] / lib / qsort.c
index 5709884..2f18588 100644 (file)
  * calculation, as well as to reduce the generated code size with
  * bcc and gcc. */
 
+#include <log.h>
 #include <linux/types.h>
 #include <common.h>
 #include <exports.h>
+#include <sort.h>
 
 void qsort(void  *base,
           size_t nel,