diff options
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -35,6 +35,10 @@ #include <sys/param.h> #include <mntent.h> #include <regex.h> +/* for the _syscall() macros */ +#include <sys/syscall.h> +#include <linux/unistd.h> + /* Some useful definitions */ #define FALSE ((int) 1) |