From: Andrew Crabtree Message-Id: <199706201816.AA288410576@typhoon.rose.hp.com> Subject: Re: how to include my own library? To: z2191317 AT student DOT unsw DOT edu DOT au Date: Fri, 20 Jun 1997 11:16:16 PDT Cc: djgpp AT delorie DOT com In-Reply-To: <33A27B25.652D@student.unsw.edu.au>; from "yin tan cui" at Jun 14, 97 10:06 pm Precedence: bulk > directory called "adtlib" inside the directory djgpp\include. > > the problem is that every time I need to include these files, I have > to do > #include "c:\djgpp\include\adtlib\adtlib.h" Did you try #include It should work. If you need examples look at files that include any of the header files in \djgpp\include\sys Andrew