diff options
author | Vito Caputo <vcaputo@gnugeneration.com> | 2017-03-25 16:45:09 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@gnugeneration.com> | 2017-03-25 16:52:02 -0700 |
commit | a3b40ded1276afe8e9e426c39d721a9ccb989eb8 (patch) | |
tree | 1d5b2ca1802f0408647a74acde640dae1aefef6b /src/vwm.c | |
parent | 8128b3f414f494af1708df627851a8483aeb3160 (diff) |
*: add some missing includes
Diffstat (limited to 'src/vwm.c')
-rw-r--r-- | src/vwm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ #include <sys/types.h> #include <sys/stat.h> #include <sys/resource.h> +#include <unistd.h> #include <poll.h> #include "charts.h" |