freebsd-ports/devel/libzt/files/patch-libzt::opts.c
Max Khon fbbfcc63c2 New port: devel/libzt
Collection of utility code for C application/server
development.

PR:		53124
Submitted by:	Kirill Ponomarew
2003-06-10 09:27:41 +00:00

10 lines
221 B
C

--- libzt/opts.c.orig Tue Jun 10 01:23:36 2003
+++ libzt/opts.c Tue Jun 10 01:24:00 2003
@@ -14,6 +14,7 @@
#include <unistd.h>
#include <ctype.h>
+#include <getopt.h>
#include <libzt/zt.h>
#include <libzt/opts.h>