summaryrefslogtreecommitdiff
path: root/patches/lib-refcount.patch
blob: 28106342f301cfa0edbd0b516492a684b963f3e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/compat/lib-refcount.c b/compat/lib-refcount.c
index 5d0582a..8d108f9 100644
--- a/compat/lib-refcount.c
+++ b/compat/lib-refcount.c
@@ -39,6 +39,7 @@
 #include <linux/refcount.h>
 #include <linux/spinlock.h>
 #include <linux/bug.h>
+#include <linux/export.h>
 
 /**
  * refcount_add_not_zero_checked - add a value to a refcount unless it is 0