diff options
| author | 2009-03-09 15:21:57 +0100 | |
|---|---|---|
| committer | 2009-03-09 15:21:57 +0100 | |
| commit | efdcd41b4e41560375bb34ad8b095bcaa1c3a93f (patch) | |
| tree | 57200ef68bae530776c0c2621c51e9464e1e72f9 /include/linux/if_fc.h | |
| parent | Merge branch 'topic/jack' into topic/docbook-fix (diff) | |
| parent | ALSA: Add kernel-doc comments to vmaster stuff (diff) | |
Merge branch 'topic/vmaster-update' into topic/docbook-fix
Diffstat (limited to 'include/linux/if_fc.h')
| -rw-r--r-- | include/linux/if_fc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/if_fc.h b/include/linux/if_fc.h index 376a34ea4723..6ed7f1bf35c8 100644 --- a/include/linux/if_fc.h +++ b/include/linux/if_fc.h @@ -20,6 +20,7 @@ #ifndef _LINUX_IF_FC_H #define _LINUX_IF_FC_H +#include <linux/types.h> #define FC_ALEN 6 /* Octets in one ethernet addr */ #define FC_HLEN (sizeof(struct fch_hdr)+sizeof(struct fcllc)) |
