Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brian Smith
nettle
Commits
44d56ed7
Commit
44d56ed7
authored
Nov 07, 2005
by
Niels Möller
Browse files
Check HAVE_UNISTD_H.
Rev: src/nettle/examples/nettle-benchmark.c:1.18
parent
51d39ccb
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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