Move unix.h wrapper from sessiond-comm to common
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.c
index 7a27f708c84bd91840784c518052656bb39bebec..336902a60f597d6c7820f34032f29d6a77b8396f 100644 (file)
@@ -32,7 +32,7 @@
 #include "sessiond-comm.h"
 
 /* For Unix socket */
-#include "unix.h"
+#include <common/unix.h>
 /* For Inet socket */
 #include "inet.h"
 /* For Inet6 socket */
This page took 0.024559 seconds and 5 git commands to generate.