Move unix.h wrapper from sessiond-comm to common
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index 344ba508dc0d109608506aafc25f97f1abef927d..e7fd69ddd4388f6e288a8cacdf12fd9924f36b4d 100644 (file)
@@ -40,7 +40,7 @@
 
 #include "inet.h"
 #include "inet6.h"
-#include "unix.h"
+#include <common/unix.h>
 
 /* Queue size of listen(2) */
 #define LTTNG_SESSIOND_COMM_MAX_LISTEN 64
This page took 0.02431 seconds and 5 git commands to generate.