![]() | |||||||||||||
Messages in this thread |
Deepak Saxena wrote: > > diff --git a/lib/gen_crc32table.c b/lib/gen_crc32table.c > index bea5d97..ce447ff 100644> --- a/lib/gen_crc32table.c> +++ b/lib/gen_crc32table.c> @@ -1,6 +1,8 @@> #include <stdio.h> > #include "crc32defs.h" > +#ifndef __CYGWIN__ > #include <inttypes.h> > +#endif > > #define ENTRIES_PER_LINE 4 > Cygwin has <inttypes.h> just fine; what are you trying to do here? -hpa - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2007-02-24 01:21 [from the cache] ©2003-2008 | |||||||||||||