Namespace kernel version macros
[lttng-modules.git] / wrapper / uuid.h
index 48b1a9fb7e63b4f6f07e12b8d87470ab643c23fd..72b2b30a65b9c8a6d18b7d56a793d5870d7bd515 100644 (file)
@@ -21,9 +21,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include <linux/version.h>
+#include <lttng-kernel-version.h>
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35))
+#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(2,6,35))
 #include <linux/uuid.h>
 #else
 
This page took 0.025156 seconds and 4 git commands to generate.