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