diff options
-rw-r--r-- | check_kernel.c | 1 | ||||
-rw-r--r-- | main.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/check_kernel.c b/check_kernel.c index 6a285231e..c4af7865d 100644 --- a/check_kernel.c +++ b/check_kernel.c @@ -22,6 +22,7 @@ #include <stdio.h> #include <stdlib.h> #include <unistd.h> +#include <error.h> #include <hurd.h> #include <mach.h> @@ -1,6 +1,8 @@ #include <dde26.h> /* l4dde26_*() */ #include <dde26_net.h> /* l4dde26 networking */ +#include <pthread.h> + #include <linux/netdevice.h> /* struct sk_buff */ #include <linux/pci.h> /* pci_unregister_driver() */ #include <linux/init.h> // initcall() |