Skip to content

Commit

Permalink
fix missing include
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
  • Loading branch information
Kent Overstreet committed Jun 15, 2024
1 parent 02f664a commit 2af260a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux/sort.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

#include <linux/compiler.h>
#include <linux/types.h>
#include <linux/export.h>
#include <linux/sort.h>
Expand Down

0 comments on commit 2af260a

Please sign in to comment.