diff options
Diffstat (limited to 'common/update.c')
-rw-r--r-- | common/update.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/update.c b/common/update.c index 5b1a064c29c..94d6a82aeb1 100644 --- a/common/update.c +++ b/common/update.c @@ -37,6 +37,7 @@ #include <command.h> #include <flash.h> #include <net.h> +#include <net/tftp.h> #include <malloc.h> /* env variable holding the location of the update file */ |