commit | 75a88d58e2918b2ced223f1783d035732eafa346 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Dec 06 13:37:16 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Wed Dec 07 08:39:54 2011 +0100 |
tree | 6eb84eccaafd3aa984cf35a9801cb2e103a51e88 | |
parent | 934fcb6e638ad1d7ea3b53b4e7dd486998d0366c [diff] |
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 <sjg@chromium.org> Acked-by: Kumar Gala <galak@kernel.crashing.org> Tested-by: Heiko Schocher <hs@denx.de>