Fix build on various architectures
This commit is contained in:
parent
87e1ccc6bf
commit
86d6e96f7a
1 changed files with 2 additions and 0 deletions
|
@ -40,7 +40,9 @@
|
|||
#include <sys/time.h>
|
||||
#include <errno.h>
|
||||
#include <dirent.h>
|
||||
#if !defined(__OpenBSD__)
|
||||
#include <wordexp.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_RSVG
|
||||
#include <librsvg/rsvg.h>
|
||||
|
|
Loading…
Reference in a new issue