Date: Wed, 29 May 1996 12:06:13 +0200 (IST) From: Eli Zaretskii To: Rafael Pena Villareal Cc: djgpp AT delorie DOT com Subject: Re: #include In-Reply-To: <31ABDA60.122C@intercable.net> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 28 May 1996, Rafael Pena Villareal wrote: > Im changing some programs from borlandc 3.0 to djgpp 2.0, and when > I write > #include > > the compiler says file not found. Im sure I downloaded all the files > and into the include directory but there's no alloc.h That header file is non-standard, and DJGPP doesn't have it. Even in BC you can (and should IMHO) use the standard headers that include the same prototypes, if you want a portable program. Using should usually supply the prototypes from .