From: jack Newsgroups: comp.os.msdos.djgpp Subject: Re: Minor parse problem... Date: Wed, 10 Jun 1998 18:06:30 -0400 Organization: InfiNet Lines: 24 Message-ID: <357F0366.CF946777@telegram.infi.net> References: Reply-To: nospamme AT delorie DOT com NNTP-Posting-Host: pa1dsp6.orh.infi.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Thank you! But, I'm not sure how to use the text you gave me... is there a program I need that uses that information to automatically patch a file, and if so, where can I get it? (I suspect it's included with GCC) > Here is patch for include/sys/movedata.h. However read the last 3 lines > of included patch. You can also solve You problem by including for example > stdlib.h before sys/movedata.h > > *** movedata.h~ Wed Jan 31 05:31:10 1996 > --- MOVEDATA.H Thu Jan 1 23:38:48 1998 > *************** > *** 14,19 **** > --- 14,23 ---- > > #include > > + __DJ_size_t > + #undef __DJ_size_t > + #define __DJ_size_t > + > /* This header is intended to be included only by other > headers, like and . You may > include this directly, but it will be non-portable. */