Build: fixes for OpenBSD

Pull Request: https://projects.blender.org/blender/blender/pulls/107666
This commit is contained in:
Brad Smith
2023-05-09 13:19:16 +02:00
committed by Brecht Van Lommel
parent 8ba9d7b67a
commit 322dab936f
8 changed files with 13 additions and 10 deletions

View File

@@ -21,7 +21,7 @@
#define __WCWIDTH_H__
#ifndef __cplusplus
# if defined(__APPLE__) || defined(__NetBSD__)
# if defined(__APPLE__) || defined(__NetBSD__) || defined(__OpenBSD__)
/* The <uchar.h> standard header is missing on macOS. */
#include <stddef.h>
typedef unsigned int char32_t;