Commit 1560ac7d authored by Luis R. Rodriguez's avatar Luis R. Rodriguez Committed by Kalle Valo

ath6kl: include in.h explicitly

Do not assume anyone before us includes it for us.
Signed-off-by: default avatarLuis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 92ada046
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
*/ */
#include <linux/ip.h> #include <linux/ip.h>
#include <linux/in.h>
#include "core.h" #include "core.h"
#include "debug.h" #include "debug.h"
#include "testmode.h" #include "testmode.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment