Explicitly include <limits.h>

This commit is contained in:
Frank Denis 2017-07-15 17:53:18 +02:00
parent c2ef7d0882
commit 0fd9aae17a

View File

@ -1,5 +1,6 @@
#include <errno.h>
#include <limits.h>
#include <string.h>
#include "crypto_pwhash.h"