diff options
author | 2014-08-10 05:09:31 +0000 | |
---|---|---|
committer | 2014-08-10 05:09:31 +0000 | |
commit | fd424f55269b6cda16dd080637bc5317eca41dde (patch) | |
tree | 0d032fb81574502ecea885cbaa7d78645fe74c56 | |
parent | Only need <stdint.h> and not all of <inttypes.h> here (diff) | |
download | wireguard-openbsd-fd424f55269b6cda16dd080637bc5317eca41dde.tar.xz wireguard-openbsd-fd424f55269b6cda16dd080637bc5317eca41dde.zip |
Only need <stdint.h> and not all of <inttypes.h> here
-rw-r--r-- | regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c b/regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c index 7add5019898..3af67bf8934 100644 --- a/regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c +++ b/regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c @@ -1,4 +1,4 @@ -#include <inttypes.h> +#include <stdint.h> #include <stdio.h> #include <string.h> |