diff options
Diffstat (limited to 'nx-X11/include/extensions/XIproto.h')
-rw-r--r-- | nx-X11/include/extensions/XIproto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/include/extensions/XIproto.h b/nx-X11/include/extensions/XIproto.h index 1da0248f8..cccb11a2c 100644 --- a/nx-X11/include/extensions/XIproto.h +++ b/nx-X11/include/extensions/XIproto.h @@ -50,8 +50,8 @@ SOFTWARE. #ifndef _XIPROTO_H #define _XIPROTO_H -#include <X11/Xproto.h> -#include <X11/X.h> +#include <nx-X11/Xproto.h> +#include <nx-X11/X.h> /* make sure types have right sizes for protocol structures. */ #define Window CARD32 |