summaryrefslogtreecommitdiff
path: root/src/desktop.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@gnugeneration.com>2017-03-08 01:55:38 -0800
committerVito Caputo <vcaputo@gnugeneration.com>2017-03-14 19:41:48 -0700
commita14269b154750450a947af4e8b2ac5b4470f35ed (patch)
tree8a8cb79014240b0fb76abb07e5762e2953ec5445 /src/desktop.c
parentec9fd6bc0e7558c58e27692147f185bf5a596e2b (diff)
*: add some missing string.h includes
Diffstat (limited to 'src/desktop.c')
-rw-r--r--src/desktop.c1
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"
© All Rights Reserved