Browse Source

include stdint.h for standard ints. from Jean-Philippe Ouellet

OPENBSD_5_6
tedu 10 years ago
parent
commit
1d810a359a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/lib/libutil/bcrypt_pbkdf.c

+ 2
- 1
src/lib/libutil/bcrypt_pbkdf.c View File

@ -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 <tedu@openbsd.org>
*
@ -17,6 +17,7 @@
#include <sys/param.h>
#include <stdint.h>
#include <stdlib.h>
#include <blf.h>
#include <sha2.h>


Loading…
Cancel
Save