Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include common.h in qsort.c to fix build warning
exports.h no longer includes common.h, which contains assert(). qsort.c needs to be updated. This fixes this warning: qsort.c: In function 'qsort': qsort.c:30:3: warning: implicit declaration of function 'assert' [-Wimplicit-function-declaration] Signed-off-by: Simon Glass <[email protected]> Acked-by: Kumar Gala <[email protected]> Tested-by: Heiko Schocher <[email protected]>
- Loading branch information