summaryrefslogtreecommitdiffstats
path: root/src/polypcore/socket-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/socket-util.c')
-rw-r--r--src/polypcore/socket-util.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/polypcore/socket-util.c b/src/polypcore/socket-util.c
index 032a3c91..5ffe5302 100644
--- a/src/polypcore/socket-util.c
+++ b/src/polypcore/socket-util.c
@@ -59,10 +59,11 @@
#include "winsock.h"
+#include <polypcore/util.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
+
#include "socket-util.h"
-#include "util.h"
-#include "xmalloc.h"
-#include "log.h"
void pa_socket_peer_to_string(int fd, char *c, size_t l) {
struct stat st;