Skip to content

Commit

Permalink
ath6kl: include in.h explicitly
Browse files Browse the repository at this point in the history
Do not assume anyone before us includes it for us.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
  • Loading branch information
Luis R. Rodriguez authored and Kalle Valo committed Apr 25, 2012
1 parent 92ada04 commit 1560ac7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/ath/ath6kl/wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*/

#include <linux/ip.h>
#include <linux/in.h>
#include "core.h"
#include "debug.h"
#include "testmode.h"
Expand Down

0 comments on commit 1560ac7

Please sign in to comment.