summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-08-10 05:09:31 +0000
committerguenther <guenther@openbsd.org>2014-08-10 05:09:31 +0000
commitfd424f55269b6cda16dd080637bc5317eca41dde (patch)
tree0d032fb81574502ecea885cbaa7d78645fe74c56
parentOnly need <stdint.h> and not all of <inttypes.h> here (diff)
downloadwireguard-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.c2
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>