]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/main.c
Added support for TQM834x boards.
[karo-tx-uboot.git] / common / main.c
index 29226244a1af4afa4af92ade7ce5a3a2446719a2..1389958de3e1bd0251535476dcc16dde6a626f3c 100644 (file)
@@ -26,6 +26,9 @@
 #include <common.h>
 #include <watchdog.h>
 #include <command.h>
+#ifdef CONFIG_MODEM_SUPPORT
+#include <malloc.h>            /* for free() prototype */
+#endif
 
 #ifdef CFG_HUSH_PARSER
 #include <hush.h>