diff options
author | toni <matzeton@googlemail.com> | 2017-01-21 01:49:33 +0100 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2017-01-21 01:49:33 +0100 |
commit | ff6ddb2baf04f3a0e093f6de713fcfd6a19efec5 (patch) | |
tree | 9e5c7023bf9067e5f2f677818ded2a7d0074418f /xidle.c | |
parent | bfb28bca331eae270a283fa87acd4cf5e626546a (diff) |
minor fixes
Diffstat (limited to 'xidle.c')
-rw-r--r-- | xidle.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #include <stdio.h> +#include <stdlib.h> #include <stdbool.h> #include <X11/Xlib.h> #include <X11/extensions/scrnsaver.h> |