Browse Source

b43/nphy.c: include headers to avoid build breakage on some platforms

Signed-off-by: John W. Linville <linville@tuxdriver.com>
John W. Linville 17 years ago
parent
commit
819d772b0c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      drivers/net/wireless/b43/nphy.c

+ 3 - 0
drivers/net/wireless/b43/nphy.c

@@ -22,6 +22,9 @@
 
 
 */
 */
 
 
+#include <linux/delay.h>
+#include <linux/types.h>
+
 #include "b43.h"
 #include "b43.h"
 #include "nphy.h"
 #include "nphy.h"
 #include "tables_nphy.h"
 #include "tables_nphy.h"