Fix: vmalloc wrapper on kernel < 2.6.38
[lttng-modules.git] / wrapper / random.c
index 5b88f7edd7a5e60d1d8444b40e3047869ea247f0..82876e75152b9d8c32240f6180043c89dbdaf287 100644 (file)
@@ -22,6 +22,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include <linux/errno.h>
+
 /* boot_id depends on sysctl */
 #if defined(CONFIG_SYSCTL)
 
@@ -29,7 +31,7 @@
 #include <linux/file.h>
 #include <linux/sched.h>
 #include <linux/uaccess.h>
-#include "random.h"
+#include <wrapper/random.h>
 
 /*
  * Returns string boot id.
This page took 0.027421 seconds and 4 git commands to generate.