diff options
Diffstat (limited to 'examples/pnmshow24.c')
-rw-r--r-- | examples/pnmshow24.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/pnmshow24.c b/examples/pnmshow24.c index 7448c65..533c1fb 100644 --- a/examples/pnmshow24.c +++ b/examples/pnmshow24.c @@ -1,6 +1,6 @@ #include <stdio.h> -#include "rfb.h" -#include "keysym.h" +#include <rfb/rfb.h> +#include <rfb/keysym.h> #ifndef ALLOW24BPP #error "I need the ALLOW24BPP flag to work" |