diff options
Diffstat (limited to 'dwl.c')
| -rw-r--r-- | dwl.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ /* * See LICENSE file for copyright and license details. */ +#ifndef POINTERCONSTRAINTS +#define POINTERCONSTRAINTS +#endif #include <getopt.h> #include <libinput.h> #include <limits.h> |