0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-04 18:45:52 +00:00
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"