summaryrefslogtreecommitdiff
path: root/svgtopng
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2018-09-12 22:39:36 +0200
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2018-09-12 22:39:36 +0200
commit39fd5429525c4ef337e3a6284c5c5a9f1e7241e6 (patch)
tree56be002d3ea80405aeef1923cb5b463680f3ebc4 /svgtopng
parentda8c9167fe151e33a3e04de085069abbd0e263db (diff)
downloadelementary-xfce-39fd5429525c4ef337e3a6284c5c5a9f1e7241e6.tar.gz
Fix build on CentOS (Fixes #125)v0.13
Diffstat (limited to 'svgtopng')
-rw-r--r--svgtopng/svgtopng.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/svgtopng/svgtopng.c b/svgtopng/svgtopng.c
index 490b5b7c..5a3ba250 100644
--- a/svgtopng/svgtopng.c
+++ b/svgtopng/svgtopng.c
@@ -24,6 +24,7 @@
#endif
#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
#include <errno.h>