]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/basic/missing_type.h
Merge pull request #11827 from keszybz/pkgconfig-variables
[thirdparty/systemd.git] / src / basic / missing_type.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
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