Skip to content

Commit c81de19

Browse files
authored
Merge pull request #50 from Rust-for-Linux/rust-sysctl
Bindings: #include sysctl (some configs need it)
2 parents 55ad82b + 6541b9e commit c81de19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/kernel/src/bindings_helper.h

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <linux/module.h>
66
#include <linux/random.h>
77
#include <linux/slab.h>
8+
#include <linux/sysctl.h>
89
#include <linux/uaccess.h>
910
#include <linux/version.h>
1011

0 commit comments

Comments
 (0)