Fix: include kernel.h in wrapper/limits.h
[lttng-modules.git] / include / wrapper / limits.h
index 832c2f7fbb7f295805392d962e47287fd0545a49..cadd3c83d6915c5b27753db2020e4bf47099dabd 100644 (file)
@@ -8,7 +8,7 @@
 #ifndef _LTTNG_WRAPPER_LIMITS_H
 #define _LTTNG_WRAPPER_LIMITS_H
 
-#include <linux/limits.h>
+#include <linux/kernel.h>
 
 #ifndef SIZE_MAX
 #define SIZE_MAX       (~(size_t)0)
This page took 0.0229 seconds and 4 git commands to generate.