summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--check_kernel.c1
-rw-r--r--main.c2
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>
diff --git a/main.c b/main.c
index ec764056a..26ad4f1dd 100644
--- a/main.c
+++ b/main.c
@@ -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()