mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-19 16:52:16 +00:00
12 lines
243 B
Diff
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;
|