aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/transaction.c
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-07-28 10:24:04 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-07-28 22:40:43 +1000
commita4bcddcfdc67ef64edf3737342a99c4e41cae6d4 (patch)
treede7c45a65bafac8e4c958e0429edbe94cf9b3a61 /sway/desktop/transaction.c
parentShow errno description in log (diff)
downloadsway-a4bcddcfdc67ef64edf3737342a99c4e41cae6d4.tar.gz
sway-a4bcddcfdc67ef64edf3737342a99c4e41cae6d4.tar.zst
sway-a4bcddcfdc67ef64edf3737342a99c4e41cae6d4.zip
Include errno.h
Diffstat (limited to 'sway/desktop/transaction.c')
-rw-r--r--sway/desktop/transaction.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/desktop/transaction.c b/sway/desktop/transaction.c
index 17e3f467..7975366e 100644
--- a/sway/desktop/transaction.c
+++ b/sway/desktop/transaction.c
@@ -1,4 +1,5 @@
1#define _POSIX_C_SOURCE 200809L 1#define _POSIX_C_SOURCE 200809L
2#include <errno.h>
2#include <stdbool.h> 3#include <stdbool.h>
3#include <stdlib.h> 4#include <stdlib.h>
4#include <string.h> 5#include <string.h>