cmd: mmc: display write protect state of boot partition
[oweals/u-boot.git] / cmd / pxe.c
index 73f1b4fbd336c246eb56d6603d81ba26e9847205..bce6728875a6c3de11edc6c07ca4b66244731005 100644 (file)
--- a/cmd/pxe.c
+++ b/cmd/pxe.c
@@ -6,6 +6,8 @@
 
 #include <common.h>
 #include <command.h>
+#include <fs.h>
+#include <net.h>
 
 #include "pxe_utils.h"