net/bootp.c: fix compile warning
[platform/kernel/u-boot.git] / lib_arm / bootm.c
index 7dbde7d..128b7e3 100644 (file)
@@ -24,7 +24,7 @@
 #include <common.h>
 #include <command.h>
 #include <image.h>
-#include <zlib.h>
+#include <u-boot/zlib.h>
 #include <asm/byteorder.h>
 
 DECLARE_GLOBAL_DATA_PTR;