crypto_pwhash_scryptsalsa208sha256.h requires <stdint.h>

This commit is contained in:
Frank Denis 2014-08-02 15:36:26 -07:00
parent 2acb19520a
commit 5957d47d5b

View File

@ -2,6 +2,7 @@
#define crypto_pwhash_scryptsalsa208sha256_H
#include <stddef.h>
#include <stdint.h>
#include "export.h"