radix tree test suite: Fix compilation

An include of xarray.h was added to lib/idr.c without updating the test
suite.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
This commit is contained in:
Matthew Wilcox 2018-08-21 23:22:54 -04:00
Родитель 94710cac0e
Коммит c9b933521a
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,2 @@
#include "generated/map-shift.h"
#include "../../../../include/linux/xarray.h"