aboutsummaryrefslogtreecommitdiff
path: root/fs/jffs2/mergesort.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jffs2/mergesort.c')
-rw-r--r--fs/jffs2/mergesort.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/jffs2/mergesort.c b/fs/jffs2/mergesort.c
index 495937d..fca77aa 100644
--- a/fs/jffs2/mergesort.c
+++ b/fs/jffs2/mergesort.c
@@ -7,6 +7,7 @@
* http://www.chiark.greenend.org.uk/~sgtatham/algorithms/listsort.html
*/
+#include <common.h>
#include "jffs2_private.h"
int sort_list(struct b_list *list)