Skip to content
Snippets Groups Projects
Commit e5d11c27 authored by Niels Möller's avatar Niels Möller
Browse files

Add missing include of stddef.h.

parent 5792d027
Branches
Tags
No related merge requests found
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.
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment