mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 06:01:23 -05:00
Fix compilation errors.
This commit is contained in:
parent
bdca662249
commit
3d064b73c5
1 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,12 @@
|
|||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
*/
|
||||
|
||||
#include "portable.h"
|
||||
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <lutil.h>
|
||||
|
||||
/*
|
||||
* lutil_entropy() provides nbyptes of entropy in buf.
|
||||
* Quality offerred is suitable for one-time uses, such as "once" keys.
|
||||
|
|
|
|||
Loading…
Reference in a new issue