void-packages/srcpkgs/freetds/patches/fix-tsql.patch
2015-08-13 06:32:24 +02:00

10 lines
255 B
Diff

--- src/apps/tsql.c.orig 2015-08-04 22:10:02.270430495 -0300
+++ src/apps/tsql.c 2015-08-04 22:10:31.454429193 -0300
@@ -22,6 +22,7 @@
#include <freetds/time.h>
+#include <getopt.h>
#include <stdio.h>
#include <assert.h>
#include <ctype.h>