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:
Diffstat (limited to 'extern/wcwidth/wcwidth.c')
-rw-r--r--extern/wcwidth/wcwidth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/extern/wcwidth/wcwidth.c b/extern/wcwidth/wcwidth.c
index 61e822ad679..8cab81e32cd 100644
--- a/extern/wcwidth/wcwidth.c
+++ b/extern/wcwidth/wcwidth.c
@@ -61,6 +61,8 @@
#include <wchar.h>
+#include "wcwidth.h"
+
struct interval {
int first;
int last;