Skip to content

Commit

Permalink
fix missing include in swab.h
Browse files Browse the repository at this point in the history
header uses __always_inline which is provided by stddef.h
  • Loading branch information
rofl0r committed Aug 8, 2023
1 parent b2d5c05 commit 67f079b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generic/include/linux/swab.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#define _LINUX_SWAB_H

#include <linux/types.h>
#include <linux/stddef.h>

#include <asm/swab.h>

Expand Down

0 comments on commit 67f079b

Please sign in to comment.