summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-03 14:44:29 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-11-03 14:44:29 (EDT)
commit2ddfabc257e25c8194ffed9252188efbef091c1b (patch)
treed4ad12e6e925dbca4ce3c2d5dfdd9b4a73776a6e /src/utils
parent0489871e5737cb5452fb1cd95efabe59a1d4989a (diff)
downloadmarquee-2ddfabc257e25c8194ffed9252188efbef091c1b.zip
marquee-2ddfabc257e25c8194ffed9252188efbef091c1b.tar.gz
marquee-2ddfabc257e25c8194ffed9252188efbef091c1b.tar.bz2
src/utils/profile-icon.c: #include <string.h>
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/profile-icon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/profile-icon.c b/src/utils/profile-icon.c
index eec4d8e..366913b 100644
--- a/src/utils/profile-icon.c
+++ b/src/utils/profile-icon.c
@@ -21,6 +21,8 @@
#include "profile-icon.h"
+#include <string.h>
+
#include <cairo.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <glib.h>