]> git.sur5r.net Git - openldap/commitdiff
Fix compilation errors.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 26 Oct 1999 23:00:30 +0000 (23:00 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 26 Oct 1999 23:00:30 +0000 (23:00 +0000)
libraries/liblutil/entropy.c

index 38f624618c2f947de642befe12a643a3ae41db9f..027d31c39195ed61049670a55776ad3ff051f31b 100644 (file)
@@ -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.