1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-15 19:28:38 +00:00
termux-packages/packages/loksh/misc.c.patch
2022-11-21 08:07: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;