diff options
Diffstat (limited to 'examples/storepasswd.c')
-rw-r--r-- | examples/storepasswd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/storepasswd.c b/examples/storepasswd.c index 1470e4d..cc55569 100644 --- a/examples/storepasswd.c +++ b/examples/storepasswd.c @@ -20,7 +20,7 @@ */ #include <stdio.h> -#include "rfb.h" +#include <rfb/rfb.h> void usage(void) { |