summaryrefslogtreecommitdiff
path: root/src/general.c
diff options
context:
space:
mode:
authorKinware AB <oss@kinware.com>2013-11-12 20:51:23 +0100
committerMichael Stapelberg <michael@stapelberg.de>2013-11-22 15:52:27 +0100
commit717484184f6e8a3bb38f50cc6fbe4fbfb3544cd9 (patch)
tree3bb8bfdab64761ce06dff14494a75bdcf2bd8bbd /src/general.c
parent98595f9f280f331d485b74afd9535723f495b071 (diff)
Add support for path_exists directive.
Diffstat (limited to 'src/general.c')
-rw-r--r--src/general.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/general.c b/src/general.c
index 7ec80a8..c5b33b4 100644
--- a/src/general.c
+++ b/src/general.c
@@ -6,6 +6,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <sys/fcntl.h>
+#include <sys/stat.h>
#include "i3status.h"