Date: Sun, 20 Aug 2000 11:39:02 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: mrhardge AT home DOT com Message-Id: <7704-Sun20Aug2000113901+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b CC: djgpp AT delorie DOT com In-reply-to: (mrhardge AT home DOT com) Subject: Re: include directive References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Limblet" > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 20 Aug 2000 06:07:19 GMT > > myname.c:1: '#include' expects "FILENAME" or > > my source code is very simple: > > _________________________ > > #include I suspect that in the actual file, the brackets are some non-ASCII characters. Try "stdio.h" instead and see if that helps.