diff options
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal.h b/internal.h index 8086aa1ca..081cd47fe 100644 --- a/internal.h +++ b/internal.h @@ -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) |