aboutsummaryrefslogtreecommitdiffstats
path: root/main/pspg/fix-musl.patch
blob: 9b66808d53c593e8f4b790396809bce38701d575 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/unicode.c
+++ b/src/unicode.c
@@ -11,6 +11,8 @@
  *-------------------------------------------------------------------------
  */
 
+#define _GNU_SOURCE 1
+#include <sys/types.h>
 #include <ctype.h>
 #include <stdbool.h>