mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-28 21:02:25 +01:00
11 lines
196 B
Diff
11 lines
196 B
Diff
--- 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>
|