<unistd.h> required for t_compare_ssz()

This commit is contained in:
Dag-Erling Smørgrav 2015-10-12 10:20:14 +00:00 committed by des
parent f67b3cf5da
commit eb61dac230

View file

@ -31,6 +31,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>
#include <cryb/test.h>