Skip to content
Snippets Groups Projects
Commit 42c4a23a authored by Simon Glass's avatar Simon Glass Committed by Wolfgang Denk
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
Acked-by: default avatarKumar Gala <galak@kernel.crashing.org>
Tested-by: default avatarHeiko Schocher <hs@denx.de>
parent f915c931
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment