projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fb300f
)
fs_enet: Include linux/string.h from linux/fs_enet_pd.h
author
Scott Wood
<scottwood@freescale.com>
Mon, 1 Oct 2007 19:20:49 +0000
(14:20 -0500)
committer
David S. Miller
<davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:54:01 +0000
(16:54 -0700)
It is needed for strstr().
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
include/linux/fs_enet_pd.h
patch
|
blob
|
history
diff --git
a/include/linux/fs_enet_pd.h
b/include/linux/fs_enet_pd.h
index 543cd3cd9e779eb3694bbb74ecbd585c0e14e921..815c6f94378bd66ca2dfca733d1d309a16fc1af4 100644
(file)
--- 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"