Fix: add missing types.h include for older kernels
[deliverable/lttng-modules.git] / lttng-filter-validator.c
index fb5d2d6d899f5dcc27257500e2fd8754c927f4ec..a996945d59143855fa17c80adb6d7b5d22c421c7 100644 (file)
@@ -20,6 +20,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include <linux/types.h>
 #include <linux/jhash.h>
 #include <linux/slab.h>
 
This page took 0.023258 seconds and 5 git commands to generate.