diff options
Diffstat (limited to 'include/colormap.h')
-rw-r--r-- | include/colormap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/colormap.h b/include/colormap.h index e8b235529..1f2c33075 100644 --- a/include/colormap.h +++ b/include/colormap.h @@ -50,7 +50,7 @@ SOFTWARE. #ifndef CMAP_H #define CMAP_H 1 -#include "X11/Xproto.h" +#include <X11/Xproto.h> #include "screenint.h" #include "window.h" |