summaryrefslogtreecommitdiff
path: root/repo/freetds/fix-includes.patch
blob: ecef5e9fb21c75e0ac3b7999c953199d2283bd64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Upstream: No
Reason: Missing include

--- a/src/apps/fisql/fisql.c
+++ b/src/apps/fisql/fisql.c
@@ -25,6 +25,7 @@
 #include <unistd.h>
 #include <setjmp.h>
 #include <signal.h>
+#include <sys/stat.h>
 #ifdef HAVE_READLINE
 #include <readline/readline.h>
 #include <readline/history.h>