소스 검색

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>
Matthew Wilcox 7 년 전
부모
커밋
c9b933521a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      tools/testing/radix-tree/linux/xarray.h

+ 2 - 0
tools/testing/radix-tree/linux/xarray.h

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