common/cmd_elf.c: add missing include

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
[trini: bootm.h must come after common.h]
Signed-off-by: Tom Rini <trini@ti.com>
master
Jeroen Hofstee 10 years ago committed by Tom Rini
parent 67c398d2c0
commit 73063c0422
  1. 1
      common/cmd_elf.c

@ -14,6 +14,7 @@
*/
#include <common.h>
#include <bootm.h>
#include <command.h>
#include <linux/ctype.h>
#include <net.h>

Loading…
Cancel
Save