diff options
Diffstat (limited to 'dwm.h')
-rw-r--r-- | dwm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h index 803fe9f..68b307d 100644 --- a/dwm.h +++ b/dwm.h @@ -3,7 +3,7 @@ * See LICENSE file for license details. */ -#include CONFIG +#include "config.h" #include <X11/Xlib.h> /* mask shorthands, used in event.c and client.c */ |