fbbfcc63c2
Collection of utility code for C application/server development. PR: 53124 Submitted by: Kirill Ponomarew
10 lines
221 B
C
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>
|