summaryrefslogtreecommitdiff
path: root/src/fccache.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-06-25 18:38:48 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-07-01 20:04:13 +0100
commit93e65a85412a066afc7f6a1ed284d662d25d687d (patch)
treed58e43e132d83051b603277829e52c59d6df1331 /src/fccache.c
parenta98b620683f1f95d43121f44e2fb3c20dd238ccb (diff)
downloadfontconfig-93e65a85412a066afc7f6a1ed284d662d25d687d.tar.gz
Fix build on Windows some more
Diffstat (limited to 'src/fccache.c')
-rw-r--r--src/fccache.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fccache.c b/src/fccache.c
index cefe4e9..e42ebbb 100644
--- a/src/fccache.c
+++ b/src/fccache.c
@@ -33,6 +33,8 @@
#ifndef _WIN32
#include <sys/time.h>
+#else
+ #include <winsock2.h> /* for struct timeval */
#endif
#include <assert.h>