Commit 32e9e25ef20789c24ffa1f41489a13932cf82c77

Authored by David S. Miller
1 parent 64053beeb5

[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>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/linux/atalk.h
1 1 #ifndef __LINUX_ATALK_H__
2 2 #define __LINUX_ATALK_H__
3 3  
  4 +#include <asm/byteorder.h>
  5 +
4 6 /*
5 7 * AppleTalk networking structures
6 8 *