diff options
author | Vito Caputo <vcaputo@gnugeneration.com> | 2017-03-08 01:55:38 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@gnugeneration.com> | 2017-03-14 19:41:48 -0700 |
commit | a14269b154750450a947af4e8b2ac5b4470f35ed (patch) | |
tree | 8a8cb79014240b0fb76abb07e5762e2953ec5445 /src/desktop.c | |
parent | ec9fd6bc0e7558c58e27692147f185bf5a596e2b (diff) |
*: add some missing string.h includes
Diffstat (limited to 'src/desktop.c')
-rw-r--r-- | src/desktop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/desktop.c b/src/desktop.c index d3fdd13..fb342f4 100644 --- a/src/desktop.c +++ b/src/desktop.c @@ -19,6 +19,7 @@ #include <X11/Xlib.h> #include <stdlib.h> +#include <string.h> #include "list.h" #include "context.h" |