diff options
author | David S. Miller <davem@davemloft.net> | 2005-06-26 15:28:10 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-06-26 15:28:10 -0700 |
commit | 32e9e25ef20789c24ffa1f41489a13932cf82c77 (patch) | |
tree | cf695325936089f8749e9f2e20ff4ea49e6b9fda /include/linux/atalk.h | |
parent | 64053beeb5a5f9cd79903a8c3dd35d1ef0a4685f (diff) | |
download | op-kernel-dev-32e9e25ef20789c24ffa1f41489a13932cf82c77.zip op-kernel-dev-32e9e25ef20789c24ffa1f41489a13932cf82c77.tar.gz |
[ATALK]: Include asm/byteorder.h in linux/atalk.h
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>
Diffstat (limited to 'include/linux/atalk.h')
-rw-r--r-- | include/linux/atalk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/atalk.h b/include/linux/atalk.h index 09a1451..911c09c 100644 --- a/include/linux/atalk.h +++ b/include/linux/atalk.h @@ -1,6 +1,8 @@ #ifndef __LINUX_ATALK_H__ #define __LINUX_ATALK_H__ +#include <asm/byteorder.h> + /* * AppleTalk networking structures * |