Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-05-09 16:22:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-09 16:22:50 +0300
commit9be28095cba4fdff77626f54d61afb0acdd2f9dd (patch)
tree48bef94395acdcee5d236d24b3f64eb498555287 /extern/wcwidth
parent9b02415ec8dea00964a0896b559aac2131c7571a (diff)
Fix building on NetBSD
Diffstat (limited to 'extern/wcwidth')
-rw-r--r--extern/wcwidth/wcwidth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/wcwidth/wcwidth.h b/extern/wcwidth/wcwidth.h
index d87eaf20695..3039a50bddd 100644
--- a/extern/wcwidth/wcwidth.h
+++ b/extern/wcwidth/wcwidth.h
@@ -21,7 +21,7 @@
#define __WCWIDTH_H__
#ifndef __cplusplus
-# if defined(__APPLE__)
+# if defined(__APPLE__) || defined(__NetBSD__)
/* The <uchar.h> standard header is missing on macOS. */
#include <stddef.h>
typedef unsigned int char32_t;