From 77f4e477ae85e7ad229a86337a2b951aa7b48e68 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 28 Dec 2019 10:44:43 -0700 Subject: common: Move do_tftpb() to net.h This function belongs in the network header file. Move it. Signed-off-by: Simon Glass --- cmd/pxe.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/pxe.c') diff --git a/cmd/pxe.c b/cmd/pxe.c index 73f1b4fbd3..194a366aa1 100644 --- a/cmd/pxe.c +++ b/cmd/pxe.c @@ -6,6 +6,7 @@ #include #include +#include #include "pxe_utils.h" -- cgit v1.2.3