diff options
Diffstat (limited to 'translate.c')
-rw-r--r-- | translate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate.c b/translate.c index 54a8e1b..7f665c2 100644 --- a/translate.c +++ b/translate.c @@ -24,7 +24,7 @@ */ #include "rfb.h" -#include "sraRegion.h" +#include "rfbregion.h" static void PrintPixelFormat(rfbPixelFormat *pf); static Bool rfbSetClientColourMapBGR233(rfbClientPtr cl); |