mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
rename include to lkmc
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h> /* sleep */
|
||||
|
||||
#include <include/anonymous_inode.h>
|
||||
#include <lkmc/anonymous_inode.h>
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
char buf[1024];
|
||||
|
||||
Reference in New Issue
Block a user