Explorar o código

[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>
David S. Miller %!s(int64=20) %!d(string=hai) anos
pai
achega
32e9e25ef2
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      include/linux/atalk.h

+ 2 - 0
include/linux/atalk.h

@@ -1,6 +1,8 @@
 #ifndef __LINUX_ATALK_H__
 #define __LINUX_ATALK_H__
 
+#include <asm/byteorder.h>
+
 /*
  * AppleTalk networking structures
  *