diff options
| author | Florian Franzen <Florian.Franzen@gmail.com> | 2022-04-23 10:27:47 +0200 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2022-05-30 12:20:43 +0200 |
| commit | cab2189aa64d04ba79dc2cbf19400435b47cdbd2 (patch) | |
| tree | 450ac51fbc75c73ed1dc6728bc05b08366ace785 /include/stringop.h | |
| parent | a535ed310f756a57129683c9d81c6a65e8338977 (diff) | |
sway: add bindgesture command
Co-authored-by: Michael Weiser <michael.weiser@gmx.de>
Diffstat (limited to 'include/stringop.h')
| -rw-r--r-- | include/stringop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stringop.h b/include/stringop.h index 8d7089e9..b29f59b2 100644 --- a/include/stringop.h +++ b/include/stringop.h @@ -2,6 +2,7 @@ #define _SWAY_STRINGOP_H #include <stdbool.h> +#include <stddef.h> #include "list.h" void strip_whitespace(char *str); |
