Skip to content

Commit

Permalink
fs_enet: Include linux/string.h from linux/fs_enet_pd.h
Browse files Browse the repository at this point in the history
It is needed for strstr().

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Scott Wood authored and David S. Miller committed Oct 10, 2007
1 parent 0fb300f commit b7336d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/fs_enet_pd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b7336d3

Please sign in to comment.