summaryrefslogtreecommitdiffstats
path: root/src/polypcore
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore')
-rw-r--r--src/polypcore/core-scache.c1
-rw-r--r--src/polypcore/core.c1
-rw-r--r--src/polypcore/module.c1
-rw-r--r--src/polypcore/pdispatch.c1
-rw-r--r--src/polypcore/protocol-esound.c1
-rw-r--r--src/polypcore/protocol-native.c1
-rw-r--r--src/polypcore/socket-client.c1
7 files changed, 7 insertions, 0 deletions
diff --git a/src/polypcore/core-scache.c b/src/polypcore/core-scache.c
index 068f2361..1ee3361f 100644
--- a/src/polypcore/core-scache.c
+++ b/src/polypcore/core-scache.c
@@ -43,6 +43,7 @@
#include <polyp/mainloop.h>
#include <polyp/channelmap.h>
+#include <polyp/timeval.h>
#include <polyp/volume.h>
#include <polyp/xmalloc.h>
diff --git a/src/polypcore/core.c b/src/polypcore/core.c
index 43f7015e..09d023dc 100644
--- a/src/polypcore/core.c
+++ b/src/polypcore/core.c
@@ -28,6 +28,7 @@
#include <stdio.h>
#include <signal.h>
+#include <polyp/timeval.h>
#include <polyp/xmalloc.h>
#include <polypcore/module.h>
diff --git a/src/polypcore/module.c b/src/polypcore/module.c
index 52cde9c3..0286bba8 100644
--- a/src/polypcore/module.c
+++ b/src/polypcore/module.c
@@ -30,6 +30,7 @@
#include <string.h>
#include <errno.h>
+#include <polyp/timeval.h>
#include <polyp/xmalloc.h>
#include <polypcore/core-subscribe.h>
diff --git a/src/polypcore/pdispatch.c b/src/polypcore/pdispatch.c
index 4b0d1bb2..c6f90bac 100644
--- a/src/polypcore/pdispatch.c
+++ b/src/polypcore/pdispatch.c
@@ -27,6 +27,7 @@
#include <stdlib.h>
#include <assert.h>
+#include <polyp/timeval.h>
#include <polyp/xmalloc.h>
#include <polypcore/native-common.h>
diff --git a/src/polypcore/protocol-esound.c b/src/polypcore/protocol-esound.c
index 98738728..c11bdb21 100644
--- a/src/polypcore/protocol-esound.c
+++ b/src/polypcore/protocol-esound.c
@@ -31,6 +31,7 @@
#include <limits.h>
#include <polyp/sample.h>
+#include <polyp/timeval.h>
#include <polyp/utf8.h>
#include <polyp/xmalloc.h>
diff --git a/src/polypcore/protocol-native.c b/src/polypcore/protocol-native.c
index f0e50ec5..0a408c6d 100644
--- a/src/polypcore/protocol-native.c
+++ b/src/polypcore/protocol-native.c
@@ -29,6 +29,7 @@
#include <stdlib.h>
#include <unistd.h>
+#include <polyp/timeval.h>
#include <polyp/version.h>
#include <polyp/utf8.h>
#include <polyp/xmalloc.h>
diff --git a/src/polypcore/socket-client.c b/src/polypcore/socket-client.c
index 4fb0a5d8..ec2f9a9e 100644
--- a/src/polypcore/socket-client.c
+++ b/src/polypcore/socket-client.c
@@ -54,6 +54,7 @@
#include "winsock.h"
+#include <polyp/timeval.h>
#include <polyp/xmalloc.h>
#include <polypcore/socket-util.h>