From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5DF6B89A4E for ; Fri, 28 Apr 2023 07:18:34 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Fri, 28 Apr 2023 12:43:04 +0530 Message-Id: <20230428071350.2561575-2-bhanuprakash.modem@intel.com> In-Reply-To: <20230428071350.2561575-1-bhanuprakash.modem@intel.com> References: <20230428071350.2561575-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t V5 01/47] lib/xe_ioctl: Add missing header for direct resolving List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Zbigniew Kempczyński xe_ioctl.h user expects all types resolving. Add missing stddef.h header which contains size_t definition. Signed-off-by: Zbigniew Kempczyński Reviewed-by: Kamil Konieczny --- lib/xe/xe_ioctl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/xe/xe_ioctl.h b/lib/xe/xe_ioctl.h index d8c40eda0..049cd183d 100644 --- a/lib/xe/xe_ioctl.h +++ b/lib/xe/xe_ioctl.h @@ -11,6 +11,7 @@ #ifndef XE_IOCTL_H #define XE_IOCTL_H +#include #include #include -- 2.40.0