diff options
Diffstat (limited to 'swaygrab')
-rw-r--r-- | swaygrab/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swaygrab/main.c b/swaygrab/main.c index 99d5f88b..092fc1b3 100644 --- a/swaygrab/main.c +++ b/swaygrab/main.c @@ -3,6 +3,7 @@ #include <string.h> #include <getopt.h> #include <unistd.h> +#include <stdint.h> #include <math.h> #include <time.h> #include "log.h" |