Ignore:
Timestamp:
Aug 20, 2014, 5:09:47 PM (10 years ago)
Author:
demin
Message:

fix pointer arithmetics in zvfs.c and add STDC_HEADERS=1 for zvfs.c compilation in makefile.include

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kitgen/makefile.include

    r195 r196  
    159159
    160160$(OUTDIR)/zvfs$O: ../../zvfs.c
    161         $(CC) -o $@ $(CFLAGS) -DHAVE_UNISTD_H=1 -DSTATIC_BUILD -Ibuild/include -c $<
     161        $(CC) -o $@ $(CFLAGS) -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DSTATIC_BUILD -Ibuild/include -c $<
    162162
    163163$(OUTDIR)/zlib$O: ../../zlib.c
Note: See TracChangeset for help on using the changeset viewer.