diff options
author | Kinware AB <oss@kinware.com> | 2013-11-12 20:51:23 +0100 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2013-11-22 15:52:27 +0100 |
commit | 717484184f6e8a3bb38f50cc6fbe4fbfb3544cd9 (patch) | |
tree | 3bb8bfdab64761ce06dff14494a75bdcf2bd8bbd /src/general.c | |
parent | 98595f9f280f331d485b74afd9535723f495b071 (diff) |
Add support for path_exists directive.
Diffstat (limited to 'src/general.c')
-rw-r--r-- | src/general.c | 1 |
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" |