From 3fb4e30f87277285fc07ff66870c90c850076510 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Wed, 26 Apr 2006 22:18:08 +0200
Subject: [PATCH] Include "getopt.h".

Rev: src/nettle/examples/nettle-benchmark.c:1.19
---
 examples/nettle-benchmark.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

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 <time.h>
 
-/* For getopt */
-#if HAVE_UNISTD_H
-# include <unistd.h>
-#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;
 
-- 
GitLab