Skip to content

Commit

Permalink
[CIFS] Fix build break - inet.h not included when experimental ifdef off
Browse files Browse the repository at this point in the history
Signed-off-by: Steve French <sfrench@us.ibm.com>
  • Loading branch information
Steve French committed Jul 15, 2007
1 parent 2d785a5 commit 4a379e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fs/cifs/netmisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
#include <linux/fs.h>
#include <asm/div64.h>
#include <asm/byteorder.h>
#ifdef CONFIG_CIFS_EXPERIMENTAL
#include <linux/inet.h>
#endif
#include "cifsfs.h"
#include "cifspdu.h"
#include "cifsglob.h"
Expand Down

0 comments on commit 4a379e6

Please sign in to comment.