Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
44d56ed7
Commit
44d56ed7
authored
Nov 07, 2005
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Check HAVE_UNISTD_H.
Rev: src/nettle/examples/nettle-benchmark.c:1.18
parent
51d39ccb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
examples/nettle-benchmark.c
examples/nettle-benchmark.c
+3
-1
No files found.
examples/nettle-benchmark.c
View file @
44d56ed7
...
...
@@ -37,7 +37,9 @@
#include <time.h>
/* For getopt */
#include <unistd.h>
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include "aes.h"
#include "arcfour.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment