summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/modules/module-x11-publish.c1
-rw-r--r--src/polyp/stream.c2
-rw-r--r--src/utils/pax11publish.c2
3 files changed, 4 insertions, 1 deletions
diff --git a/src/modules/module-x11-publish.c b/src/modules/module-x11-publish.c
index eddcb3b8..70d75038 100644
--- a/src/modules/module-x11-publish.c
+++ b/src/modules/module-x11-publish.c
@@ -32,6 +32,7 @@
#include <X11/Xlib.h>
#include <X11/Xatom.h>
+#include <polyp/util.h>
#include <polyp/xmalloc.h>
#include <polypcore/module.h>
diff --git a/src/polyp/stream.c b/src/polyp/stream.c
index ad6c9e43..2e168045 100644
--- a/src/polyp/stream.c
+++ b/src/polyp/stream.c
@@ -29,10 +29,10 @@
#include <string.h>
#include <polyp/def.h>
+#include <polyp/timeval.h>
#include <polyp/xmalloc.h>
#include <polypcore/pstream-util.h>
-#include <polypcore/core-util.h>
#include <polypcore/log.h>
#include <polypcore/hashmap.h>
diff --git a/src/utils/pax11publish.c b/src/utils/pax11publish.c
index ee0cb845..668361c6 100644
--- a/src/utils/pax11publish.c
+++ b/src/utils/pax11publish.c
@@ -31,6 +31,8 @@
#include <X11/Xlib.h>
#include <X11/Xatom.h>
+#include <polyp/util.h>
+
#include <polypcore/core-util.h>
#include <polypcore/log.h>
#include <polypcore/authkey.h>