blob: cd538534c92b80c36cb4c441f7f853009029a0af (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- freetds-0.92.79.orig/src/apps/tsql.c
+++ freetds-0.92.79/src/apps/tsql.c
@@ -33,6 +33,7 @@
# endif
#endif
+#include <getopt.h>
#include <stdio.h>
#include <assert.h>
#include <ctype.h>
|