From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Subject: [PATCH v2 01/17] idr: Fix build Date: Wed, 29 Nov 2017 12:19:06 -0800 Message-ID: <20171129201922.24370-2-willy@infradead.org> References: <20171129201922.24370-1-willy@infradead.org> Cc: Matthew Wilcox To: willy@infradead.org, netdev@vger.kernel.org Return-path: Received: from bombadil.infradead.org ([65.50.211.133]:38232 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751960AbdK2UTg (ORCPT ); Wed, 29 Nov 2017 15:19:36 -0500 In-Reply-To: <20171129201922.24370-1-willy@infradead.org> Sender: netdev-owner@vger.kernel.org List-ID: From: Matthew Wilcox The IDR calls WARN_ON without including Signed-off-by: Matthew Wilcox --- include/linux/idr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/idr.h b/include/linux/idr.h index 7c3a365f7e12..dd048cf456b7 100644 --- a/include/linux/idr.h +++ b/include/linux/idr.h @@ -13,6 +13,7 @@ #define __IDR_H__ #include +#include #include #include -- 2.15.0