aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2005-06-26 18:28:10 -0400
committerDavid S. Miller <davem@davemloft.net>2005-06-26 18:28:10 -0400
commit32e9e25ef20789c24ffa1f41489a13932cf82c77 (patch)
treecf695325936089f8749e9f2e20ff4ea49e6b9fda
parent64053beeb5a5f9cd79903a8c3dd35d1ef0a4685f (diff)
[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>
-rw-r--r--include/linux/atalk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/atalk.h b/include/linux/atalk.h
index 09a1451c1159..911c09cb9bf9 100644
--- a/include/linux/atalk.h
+++ b/include/linux/atalk.h
@@ -1,6 +1,8 @@
1#ifndef __LINUX_ATALK_H__ 1#ifndef __LINUX_ATALK_H__
2#define __LINUX_ATALK_H__ 2#define __LINUX_ATALK_H__
3 3
4#include <asm/byteorder.h>
5
4/* 6/*
5 * AppleTalk networking structures 7 * AppleTalk networking structures
6 * 8 *