Adapt internal files and examples to TRACEPOINT_INCLUDE
[lttng-ust.git] / liblttng-ust-libc-wrapper / ust_libc.h
index 333e28e03a5a1cc868562d2958c97983011e2e98..60b64d14c6e6d7bef08af67e9e72034fe75cfbe7 100644 (file)
@@ -49,8 +49,8 @@ TRACEPOINT_EVENT(ust_libc, free,
 
 #endif /* _TRACEPOINT_UST_LIBC_H */
 
-#undef TRACEPOINT_INCLUDE_FILE
-#define TRACEPOINT_INCLUDE_FILE ./ust_libc.h
+#undef TRACEPOINT_INCLUDE
+#define TRACEPOINT_INCLUDE "./ust_libc.h"
 
 /* This part must be outside ifdef protection */
 #include <lttng/tracepoint-event.h>
This page took 0.023185 seconds and 4 git commands to generate.