dcookie.c:7:22: error: asm/page.h: No such file or directory
[vsys.git] / factory / dcookie.c
index 3f991cb..ca22353 100644 (file)
@@ -4,7 +4,7 @@
 #define __NR_LOOKUP_DCOOKIE 253
 
 #include <sys/syscall.h>
-#include <asm/page.h>
+/*#include <asm/page.h>*/
 #include <stdint.h>
 #include <stdlib.h>
 #include <stdio.h>