Skip to content

Commit

Permalink
smb.h: uses struct timespec but didn't include linux/time.h
Browse files Browse the repository at this point in the history
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
ij1 authored and torvalds committed Apr 29, 2008
1 parent 9c9ba34 commit 76308da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/smb.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include <linux/types.h>
#include <linux/magic.h>
#include <linux/time.h>

enum smb_protocol {
SMB_PROTOCOL_NONE,
Expand Down

0 comments on commit 76308da

Please sign in to comment.