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
Dmitry Baryshkov
nettle
Commits
e5d11c27
Commit
e5d11c27
authored
Jun 04, 2014
by
Niels Möller
Browse files
Add missing include of stddef.h.
parent
5792d027
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
e5d11c27
2014-06-04 Niels Möller <nisse@lysator.liu.se>
* nettle-write.h: Include <stddef.h>, fixing compilation on
freebsd.
* aclocal.m4 (ac_stdint): Fixed "unsinged" typo, spotted by Andy
Goth.
...
...
nettle-write.h
View file @
e5d11c27
...
...
@@ -34,6 +34,9 @@
#ifndef NETTLE_WRITE_H_INCLUDED
#define NETTLE_WRITE_H_INCLUDED
/* For size_t */
#include
<stddef.h>
#include
"nettle-stdint.h"
/* Write the word array at SRC to the byte array at DST, using little
...
...
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