data-fd-util: Fixup header

inttypes.h doesn't define size_t
This commit is contained in:
Adrian Vovk 2024-03-11 12:23:06 -04:00
parent 14300cdde4
commit 58d061b5aa
No known key found for this signature in database
GPG key ID: 90A7B546533E15FB

View file

@ -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,