From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id E33E210E0DA for ; Tue, 18 Apr 2023 16:49:30 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Tue, 18 Apr 2023 22:14:17 +0530 Message-Id: <20230418164501.1687266-2-bhanuprakash.modem@intel.com> In-Reply-To: <20230418164501.1687266-1-bhanuprakash.modem@intel.com> References: <20230418164501.1687266-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 01/45] 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 --- 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