From: Niels Möller Date: Wed, 26 Apr 2006 20:18:08 +0000 (+0200) Subject: Include "getopt.h". X-Git-Tag: head_before_experimental_merge_20060516~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fb4e30f87277285fc07ff66870c90c850076510;p=thirdparty%2Fnettle.git Include "getopt.h". Rev: src/nettle/examples/nettle-benchmark.c:1.19 --- diff --git a/examples/nettle-benchmark.c b/examples/nettle-benchmark.c index efef7007..a40688b5 100644 --- a/examples/nettle-benchmark.c +++ b/examples/nettle-benchmark.c @@ -36,15 +36,11 @@ #include -/* For getopt */ -#if HAVE_UNISTD_H -# include -#endif - #include "aes.h" #include "arcfour.h" #include "blowfish.h" #include "cast128.h" +#include "cbc.h" #include "des.h" #include "serpent.h" #include "twofish.h" @@ -52,7 +48,7 @@ #include "nettle-meta.h" #include "nettle-internal.h" -#include "cbc.h" +#include "getopt.h" static double frequency = 0.0;