summaryrefslogtreecommitdiffstats
path: root/src/polypcore/iochannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/iochannel.c')
-rw-r--r--src/polypcore/iochannel.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/polypcore/iochannel.c b/src/polypcore/iochannel.c
index 273d47e0..7fd09152 100644
--- a/src/polypcore/iochannel.c
+++ b/src/polypcore/iochannel.c
@@ -30,10 +30,11 @@
#include "winsock.h"
+#include <polypcore/util.h>
+#include <polypcore/socket-util.h>
+#include <polypcore/xmalloc.h>
+
#include "iochannel.h"
-#include "util.h"
-#include "socket-util.h"
-#include "xmalloc.h"
struct pa_iochannel {
int ifd, ofd;