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

Commit b7336d3d authored by Scott Wood's avatar Scott Wood Committed by David S. Miller
Browse files

fs_enet: Include linux/string.h from linux/fs_enet_pd.h



It is needed for strstr().

Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 0fb300fa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
#ifndef FS_ENET_PD_H
#define FS_ENET_PD_H

#include <linux/string.h>
#include <asm/types.h>

#define FS_ENET_NAME	"fs_enet"