]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/basic/missing_type.h
license: LGPL-2.1+ -> LGPL-2.1-or-later
[thirdparty/systemd.git] / src / basic / missing_type.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
38e0c63d
YW
2#pragma once
3
4#include <uchar.h>
5
6#if !HAVE_CHAR32_T
7#define char32_t uint32_t
8#endif
9
10#if !HAVE_CHAR16_T
11#define char16_t uint16_t
12#endif