Skip to content

Commit

Permalink
[ATALK]: Include asm/byteorder.h in linux/atalk.h
Browse files Browse the repository at this point in the history
We're using __be16 in userland visible types, so we
have to include asm/byteorder.h so that works.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
davem330 committed Jun 26, 2005
1 parent 64053be commit 32e9e25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/atalk.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef __LINUX_ATALK_H__
#define __LINUX_ATALK_H__

#include <asm/byteorder.h>

/*
* AppleTalk networking structures
*
Expand Down

0 comments on commit 32e9e25

Please sign in to comment.