From: David S. Miller Date: Sun, 26 Jun 2005 22:28:10 +0000 (-0700) Subject: [ATALK]: Include asm/byteorder.h in linux/atalk.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=32e9e25ef20789c24ffa1f41489a13932cf82c77;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [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 --- 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 @@ #ifndef __LINUX_ATALK_H__ #define __LINUX_ATALK_H__ +#include + /* * AppleTalk networking structures *