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 1c836952e..aaa8086fb 100644 --- a/include/screenint.h +++ b/include/screenint.h @@ -49,7 +49,7 @@ SOFTWARE. #ifndef SCREENINT_H #define SCREENINT_H -#include "misc.h" +#include <X11/misc.h> typedef struct _PixmapFormat *PixmapFormatPtr; typedef struct _Visual *VisualPtr; |