common: Drop log.h from common header
[platform/kernel/u-boot.git] / lib / qsort.c
index f63d4ef..2f18588 100644 (file)
@@ -15,6 +15,7 @@
  * 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>