1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-20 02:47:06 +00:00
termux-packages/packages/csh/csh.c.patch
2023-01-08 03:17:27 +00:00

19 lines
329 B
Diff

--- a/csh.c
+++ b/csh.c
@@ -37,12 +37,14 @@
#include <fcntl.h>
#include <errno.h>
#include <pwd.h>
+#include <bsd/stdio.h>
#include <stdlib.h>
#include <string.h>
#include <locale.h>
#include <unistd.h>
-#include <vis.h>
+#include <bsd/vis.h>
#include <stdarg.h>
+#include <time.h>
#include "csh.h"
#include "proc.h"