Message-Id: <199807101315.PAA17384@d1o22.telia.com> From: "Johan Henriksson" To: "DJGPP mailinglist" Subject: #include doesn't work Date: Thu, 9 Jul 1998 15:18:28 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Precedence: bulk My #include doesn't work. This is how I write: #include <"jhe3dx.h"> but adding standardheaders work, like: #include <"string.h"> The .C-file and the .H file are in the same directory. I have also tested to specify full path without reults. I have installed DJGPP v.2 correctly according to djgppfaq.txt. Can anyone help me out?