diff options
| -rw-r--r-- | slock.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -31,8 +31,6 @@ enum { | |||
| 31 | NUMCOLS | 31 | NUMCOLS |
| 32 | }; | 32 | }; |
| 33 | 33 | ||
| 34 | #include "config.h" | ||
| 35 | |||
| 36 | struct lock { | 34 | struct lock { |
| 37 | int screen; | 35 | int screen; |
| 38 | Window root, win; | 36 | Window root, win; |
| @@ -46,6 +44,8 @@ struct xrandr { | |||
| 46 | int errbase; | 44 | int errbase; |
| 47 | }; | 45 | }; |
| 48 | 46 | ||
| 47 | #include "config.h" | ||
| 48 | |||
| 49 | static void | 49 | static void |
| 50 | die(const char *errstr, ...) | 50 | die(const char *errstr, ...) |
| 51 | { | 51 | { |
