commit f61a61790b5500179ca7b70b73dd8b123a7ef6de Author: Jiri Slaby Date: Sat Aug 4 08:31:08 2007 +0200 add delay.h to includes diff --git a/ath5k_base.c b/ath5k_base.c index 10aa888..2bf80ed 100644 --- a/ath5k_base.c +++ b/ath5k_base.c @@ -26,6 +26,7 @@ #include #include +#include #include #include #include diff --git a/ath5k_hw.c b/ath5k_hw.c index fe37c93..fee1d0b 100644 --- a/ath5k_hw.c +++ b/ath5k_hw.c @@ -21,6 +21,7 @@ */ #include +#include #include "ath5k.h" #include "ath5k_reg.h"