* include <getopt.h> since extern int optopt is used; fixes build failure
  with dietlibc.

Index: options.c
===================================================================
RCS file: /var/lib/cvs/integrit/options.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 options.c
--- options.c	24 May 2003 11:55:22 -0000	1.1.1.1
+++ options.c	24 May 2003 12:22:09 -0000
@@ -32,6 +32,7 @@
 #else
 #error No stdint.h or inttypes.h found.
 #endif
+#include	<getopt.h>
 #include	"cdb.h"
 #include	"cdb_make.h"
 #include	"hashtbl.h"
