x86: Add CONFIG_LBA48 and remove CONFIG_ATAPI in x86-common.h
[platform/kernel/u-boot.git] / lib / qsort.c
index 86c392c..5709884 100644 (file)
@@ -16,6 +16,7 @@
  * bcc and gcc. */
 
 #include <linux/types.h>
+#include <common.h>
 #include <exports.h>
 
 void qsort(void  *base,