diff options
Diffstat (limited to 'include/screenint.h')
-rw-r--r-- | include/screenint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/screenint.h b/include/screenint.h index edd875e94..c3a7204e1 100644 --- a/include/screenint.h +++ b/include/screenint.h @@ -53,7 +53,7 @@ SOFTWARE. #ifndef SCREENINT_H #define SCREENINT_H -#include <X11/misc.h> +#include "misc.h" typedef struct _PixmapFormat *PixmapFormatPtr; typedef struct _Visual *VisualPtr; |