You can use relative paths in #include, eg:



#include <sys/stat.h>
#include <asm/ptrace.h>


However, I think the correct include for ptrace is actually <sys/ptrace.h> -- if you look at...