#include <rfb/rfbproto.h>

From: greg (greg_chu_at_wendys.com)
Date: 12/08/04


Date: 8 Dec 2004 11:51:28 -0800

Hi, in my code I have a line as above.

And I have directory rfb with the file rfbproto.h in it.
where shall I store this directory so the program can see this include?

Right now I created that diectory under my project and add to the
project and it still would not see it. my guess "< >" specifies a
system defined place. But I could not find definition for it.
Thanks!

Greg