crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.c
[platform/kernel/u-boot.git] / lib / qsort.c
index 86c392c..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,