commit | b7336d3d886aaab6971773864c477210ef9b995a | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Mon Oct 01 14:20:49 2007 -0500 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:54:01 2007 -0700 |
tree | 863288ba8bab1c4f3d35b2328bdeecd6b0c6bdd7 | |
parent | 0fb300fa9d54118c6dce772a29362d896775eff2 [diff] [blame] |
fs_enet: Include linux/string.h from linux/fs_enet_pd.h It is needed for strstr(). Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
diff --git a/include/linux/fs_enet_pd.h b/include/linux/fs_enet_pd.h index 543cd3c..815c6f9 100644 --- a/include/linux/fs_enet_pd.h +++ b/include/linux/fs_enet_pd.h
@@ -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"