Forgot to commit these cleanups it seems.
 -Erik
diff --git a/internal.h b/internal.h
index 8086aa1..081cd47 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)