Date: Tue, 13 Apr 1999 08:12:00 -0400 Message-Id: <199904131212.IAA00885@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com CC: tdu AT enter DOT net In-reply-to: <3712a042.8670421@news.enter.net> (tdu@enter.net) Subject: Re: Missing header file References: <3712a042 DOT 8670421 AT news DOT enter DOT net> Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I made a simple header file for use with the "hello world" program and > put it in the same directory as hello.c. The compiler couldn't find > it. That means you're using #include instead of #include "file.h"