From: tedu Date: Sun, 13 Jul 2014 21:21:25 +0000 (+0000) Subject: include stdint.h for standard ints. from Jean-Philippe Ouellet X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b283bc0404342bb94a14d8e040ad745a156f2ff7;p=openbsd include stdint.h for standard ints. from Jean-Philippe Ouellet --- diff --git a/lib/libutil/bcrypt_pbkdf.c b/lib/libutil/bcrypt_pbkdf.c index 7394667cffa..839773b3a64 100644 --- a/lib/libutil/bcrypt_pbkdf.c +++ b/lib/libutil/bcrypt_pbkdf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bcrypt_pbkdf.c,v 1.8 2014/06/30 00:26:22 deraadt Exp $ */ +/* $OpenBSD: bcrypt_pbkdf.c,v 1.9 2014/07/13 21:21:25 tedu Exp $ */ /* * Copyright (c) 2013 Ted Unangst * @@ -17,6 +17,7 @@ #include +#include #include #include #include