[lttng-dev] [PATCH lttng-tools 05/14] sys/un.h is already included in compat/socket.h and throws error if included before sock.h on Android.
Charles Briere
charlesbriere.flatzo at gmail.com
Mon May 6 14:18:42 EDT 2013
Signed-off-by: Charles Briere <charlesbriere.flatzo at gmail.com>
---
src/common/sessiond-comm/unix.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/common/sessiond-comm/unix.h b/src/common/sessiond-comm/unix.h
index 34f156f..0252f4f 100644
--- a/src/common/sessiond-comm/unix.h
+++ b/src/common/sessiond-comm/unix.h
@@ -20,7 +20,6 @@
#define _GNU_SOURCE
#include <limits.h>
-#include <sys/un.h>
#include <common/compat/socket.h>
--
1.8.1.msysgit.1
More information about the lttng-dev
mailing list