summaryrefslogtreecommitdiff
blob: a71c205973e77bec073234c702d787c1d5b03ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- dos2unix-3.1/dos2unix.c
+++ dos2unix-3.1/dos2unix.c
@@ -71,6 +71,8 @@
 #endif __MSDOS__
 #include <stdio.h>
 #include <stdlib.h>
+#include <unistd.h>
+#include <fcntl.h>
 #include <string.h>
 #include <utime.h>
 #include <sys/stat.h>