aboutsummaryrefslogtreecommitdiffstats
path: root/main/freetds/fix-includes.patch
blob: af9465d758abbdaf110d1165479509e06908e611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/apps/fisql/fisql.c b/src/apps/fisql/fisql.c
index ec8fded..fd76956 100644
--- 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>