MX31: Add basic support for Freescale i.MX31 PDK board.
[oweals/u-boot.git] / lib_generic / zlib.c
index 668ac8f8088da00a98abd023b6281701387a6a25..d1cd44c43683f388b653d446bb288aea8385d0c1 100644 (file)
@@ -27,7 +27,7 @@
 
 #define _Z_UTIL_H
 
-#include "zlib.h"
+#include "u-boot/zlib.h"
 
 #ifndef local
 #  define local static
@@ -1115,7 +1115,7 @@ z_stream *z;
        n -= t;
        z->total_out += t;
        s->read = q;    /* drag read pointer forward */
-/*      WRAP  */       /* expand WRAP macro by hand to handle s->read */
+/*      WRAP  */       /* expand WRAP macro by hand to handle s->read */
        if (q == s->end) {
            s->read = q = s->window;
            m = WAVAIL;