Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f890269b authored by Luca Coelho's avatar Luca Coelho
Browse files

iwlwifi: pcie: include tcp.h implicitly



If CONFIG_IPV6 is not enabled in the kernel, tcp.h is not included
implicitly from other header files, causing compilation errors.  To
solve that, explicitly include it in tx-gen2.c.

Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent 266ab689
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@
 *****************************************************************************/
#include <linux/pm_runtime.h>
#include <net/tso.h>
#include <linux/tcp.h>

#include "iwl-debug.h"
#include "iwl-csr.h"