On Tue, 2010-09-21 at 09:39 -0700, Ben Greear wrote: > I need this in order to get iw to build on Fedora 8. > > [greearb@fs2 iw]$ git diff > diff --git a/bitrate.c b/bitrate.c > index 8de8839..9b6defc 100644 > --- a/bitrate.c > +++ b/bitrate.c > @@ -1,4 +1,6 @@ > #include <errno.h> > +#define __USE_ISOC99 > +#include <stdlib.h> had to add #ifndef guards, but applied it. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html