Fix build on various architectures

This commit is contained in:
o9000 2017-09-08 17:37:40 +02:00
parent 87e1ccc6bf
commit 86d6e96f7a

View file

@ -40,7 +40,9 @@
#include <sys/time.h> #include <sys/time.h>
#include <errno.h> #include <errno.h>
#include <dirent.h> #include <dirent.h>
#if !defined(__OpenBSD__)
#include <wordexp.h> #include <wordexp.h>
#endif
#ifdef HAVE_RSVG #ifdef HAVE_RSVG
#include <librsvg/rsvg.h> #include <librsvg/rsvg.h>