From edd67cc9488fc986d8e21f11bfcd9c27179bd213 Mon Sep 17 00:00:00 2001
From: Adrian Vovk <adrianvovk@gmail.com>
Date: Mon, 11 Mar 2024 12:23:06 -0400
Subject: [PATCH 0446/1160] data-fd-util: Fixup header

inttypes.h doesn't define size_t

(cherry picked from commit 58d061b5aafc72c3b7593c07717ced05bc9e2d17)
---
 src/shared/data-fd-util.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/shared/data-fd-util.h b/src/shared/data-fd-util.h
index 4f3d8b8e74..6d99209421 100644
--- a/src/shared/data-fd-util.h
+++ b/src/shared/data-fd-util.h
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: LGPL-2.1-or-later */
 #pragma once
 
-#include <inttypes.h>
+#include <stddef.h>
 
 enum {
         ACQUIRE_NO_DEV_NULL = 1 << 0,
-- 
2.33.0