Files
termux-packages/packages/loksh/misc.c.patch
termux-pacman-bot e4ac7e5ba4 loksh: Bump to 7.2
2022-11-21 08:36:28 +00:00

12 lines
243 B
Diff

--- a/misc.c
+++ b/misc.c
@@ -13,7 +13,7 @@
#include <lolibc/unistd.h>
#include "sh.h"
-#include "charclass.h"
+#include <lolibc/charclass.h>
short ctypes [UCHAR_MAX+1]; /* type bits for unsigned char */
static int dropped_privileges;