aboutsummaryrefslogtreecommitdiffstats
path: root/swaygrab
diff options
context:
space:
mode:
Diffstat (limited to 'swaygrab')
-rw-r--r--swaygrab/main.c1
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 @@
3#include <string.h> 3#include <string.h>
4#include <getopt.h> 4#include <getopt.h>
5#include <unistd.h> 5#include <unistd.h>
6#include <stdint.h>
6#include <math.h> 7#include <math.h>
7#include <time.h> 8#include <time.h>
8#include "log.h" 9#include "log.h"