[lttng-dev] [PATCH 24/28] Use babeltrace/compat/unistd instead of	unistd
    Ikaheimonen, JP 
    jp_ikaheimonen at mentor.com
       
    Thu May  2 08:05:07 EDT 2013
    
    
  
---
 converter/babeltrace.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/converter/babeltrace.c b/converter/babeltrace.c
index d449ea7..b3b7d08 100644
--- a/converter/babeltrace.c
+++ b/converter/babeltrace.c
@@ -46,7 +46,7 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <babeltrace/compat/fcntl.h>
-#include <unistd.h>
+#include <babeltrace/compat/unistd.h>
 #include <inttypes.h>
 #include <babeltrace/compat/ftw.h>
 #include <babeltrace/compat/string.h>
-- 
1.8.1.msysgit.1
    
    
More information about the lttng-dev
mailing list