aboutsummaryrefslogtreecommitdiffstats
path: root/swaygrab
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-28 08:49:02 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-28 08:49:02 -0500
commite0cb8284fbb74baefacaedfda9ef420eaf0b3a61 (patch)
treefa4b967d1137ed4147fa7fd713142749c7792e36 /swaygrab
parentStyle fixes in swaybg (diff)
downloadsway-e0cb8284fbb74baefacaedfda9ef420eaf0b3a61.tar.gz
sway-e0cb8284fbb74baefacaedfda9ef420eaf0b3a61.tar.zst
sway-e0cb8284fbb74baefacaedfda9ef420eaf0b3a61.zip
Rearrange logging headers
Ref #270
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"