diff options
Diffstat (limited to '')
| -rw-r--r-- | src/drw/drw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drw/drw.h b/src/drw/drw.h index 88308ab..e1c91ae 100644 --- a/src/drw/drw.h +++ b/src/drw/drw.h | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* See LICENSE file for copyright and license details. */ | 1 | /* See LICENSE file for copyright and license details. */ |
| 2 | 2 | ||
| 3 | #include <X11/Xft/Xft.h> | ||
| 3 | typedef struct { | 4 | typedef struct { |
| 4 | Cursor cursor; | 5 | Cursor cursor; |
| 5 | } Cur; | 6 | } Cur; |
