Commit 54da39ba authored by dscho's avatar dscho

#include <rfb/rfb.h> instead of "rfb.h"

parent 98b9663e
......@@ -66,7 +66,7 @@ libvncserver; try CVS until I release 0.6.
The simplest server looks like this:<br><br>
<pre>
#include "rfb.h"
#include <rfb/rfb.h>
int main(int argc,char** argv)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment