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/window.c | |
parent | 8128b3f414f494af1708df627851a8483aeb3160 (diff) |
*: add some missing includes
Diffstat (limited to 'src/window.c')
-rw-r--r-- | src/window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c index 92da503..b10526e 100644 --- a/src/window.c +++ b/src/window.c @@ -21,6 +21,7 @@ #include <assert.h> #include <stdlib.h> #include <stdarg.h> +#include <string.h> #include "desktop.h" #include "list.h" |