From: H. P. A. <hp...@zy...> - 2016-10-18 05:43:33
|
On 10/15/16 10:43, Andy Willis wrote: > I had to make a change after the fseeko stuff was moved from file.c to > nasmlib.h for off_t to be defined: > > diff --git a/include/nasmlib.h b/include/nasmlib.h > index b1c490c..ab47f67 100644 > --- a/include/nasmlib.h > +++ b/include/nasmlib.h > @@ -45,6 +45,9 @@ > #ifdef HAVE_STRINGS_H > # include <strings.h> > #endif > +#ifdef HAVE_IO_H > +# include <io.h> > +#endif > > /* > * tolower table -- avoids a function call on some platforms. > Thanks! Which compiler? -hpa |